We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e9c00f commit 4a1df6fCopy full SHA for 4a1df6f
.github/workflows/main.yaml
@@ -27,6 +27,7 @@ jobs:
27
uses: docker/build-push-action@v5
28
with:
29
push: true
30
+ provenance: false
31
tags: ${{ vars.REGISTRY }}/${{ github.repository_owner }}/${{ github.event.repository.name }}:${{ github.ref_name == 'main' && 'latest' || steps.version.outputs.tag }}
32
build-args: |
33
gh_token=${{ secrets.GH_TOKEN }}
0 commit comments