We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92ddb94 commit 1f53d81Copy full SHA for 1f53d81
.github/workflows/build.yml
@@ -52,7 +52,7 @@ jobs:
52
run: echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV
53
54
- name: Enable images push
55
- #if: ${{ startsWith(github.ref, 'refs/heads/master') || startsWith(github.ref, 'refs/tags/v') }}
+ if: ${{ startsWith(github.ref, 'refs/heads/master') || startsWith(github.ref, 'refs/tags/v') }}
56
run: echo "DOCKER_BUILD_PUSH=true" >> $GITHUB_ENV
57
58
- name: Set up Docker Buildx
0 commit comments