👷 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:
|
on:
|
||||||
push:
|
push:
|
||||||
tags: ['v*']
|
tags: ['v*']
|
||||||
pull_request:
|
|
||||||
branches: [main]
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-amd:
|
build-amd:
|
||||||
|
|||||||
Reference in New Issue
Block a user