Skip to content

Commit 1f53d81

Browse files
committed
Revert "Push!"
This reverts commit 92ddb94.
1 parent 92ddb94 commit 1f53d81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV
5353

5454
- name: Enable images push
55-
#if: ${{ startsWith(github.ref, 'refs/heads/master') || startsWith(github.ref, 'refs/tags/v') }}
55+
if: ${{ startsWith(github.ref, 'refs/heads/master') || startsWith(github.ref, 'refs/tags/v') }}
5656
run: echo "DOCKER_BUILD_PUSH=true" >> $GITHUB_ENV
5757

5858
- name: Set up Docker Buildx

0 commit comments

Comments
 (0)