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 b642ff3 commit f966ebbCopy full SHA for f966ebb
.github/workflows/main.yml
@@ -54,7 +54,7 @@ jobs:
54
uses: docker/build-push-action@v6
55
with:
56
context: ${{ matrix.image }}/
57
- push: github.event_name == 'push' && github.ref == 'refs/heads/master'
+ push: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
58
tags: |
59
ghcr.io/${{ github.repository }}/${{ matrix.image }}:latest
60
ghcr.io/${{ github.repository }}/${{ matrix.image }}:${{ github.sha }}
0 commit comments