We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1db0df2 commit 0c7cbe5Copy full SHA for 0c7cbe5
.github/workflows/docker-on-push-tag-or-pr.yaml
@@ -28,6 +28,7 @@ jobs:
28
uses: ./.github/workflows/docker-vars.yaml
29
30
build-docker-image-and-publish:
31
+ name: Build and conditionally push docker image
32
needs:
33
- docker-vars
34
runs-on: ubuntu-22.04
0 commit comments