👷 Only build docker images on tag push
This commit is contained in:
2
.github/workflows/publish_docker_images.yml
vendored
2
.github/workflows/publish_docker_images.yml
vendored
@ -3,8 +3,6 @@ name: Build Docker images
|
||||
on:
|
||||
push:
|
||||
tags: ['v*']
|
||||
pull_request:
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
build-amd:
|
||||
|
Reference in New Issue
Block a user