We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f30fe15 commit 762a361Copy full SHA for 762a361
.github/workflows/docker-build.yml
@@ -33,7 +33,7 @@ jobs:
33
env:
34
MULTI_PLATFORM: true
35
with:
36
- push: ${{ github.ref == 'ref/heads/main' }}
+ push: ${{ github.ref == 'refs/heads/main' }}
37
set: |
38
*.cache-from=type=gha
39
*.cache-to=type=gha,mode=max
0 commit comments