We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86a6c42 commit addf1fdCopy full SHA for addf1fd
.github/workflows/build.yml
@@ -27,5 +27,5 @@ jobs:
27
uses: docker/build-push-action@v5
28
with:
29
context: .
30
- push: false
+ push: true
31
tags: ghcr.io/${{ github.repository }}:${{ github.sha }}
0 commit comments