Skip to content

Commit 762a361

Browse files
committed
.github: fix push workflow
1 parent f30fe15 commit 762a361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
env:
3434
MULTI_PLATFORM: true
3535
with:
36-
push: ${{ github.ref == 'ref/heads/main' }}
36+
push: ${{ github.ref == 'refs/heads/main' }}
3737
set: |
3838
*.cache-from=type=gha
3939
*.cache-to=type=gha,mode=max

0 commit comments

Comments
 (0)