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 4efc5b7 commit 501a850Copy full SHA for 501a850
.github/workflows/publish_container.yaml
@@ -63,7 +63,7 @@ jobs:
63
id: build-push-latest
64
uses: docker/build-push-action@v5
65
with:
66
- context: .
+ context:
67
push: true
68
tags: ${{ steps.meta.outputs.tags }}
69
labels: ${{ steps.meta.outputs.labels }}
@@ -75,6 +75,8 @@ jobs:
75
76
image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.tags }}
77
output-file: sbom-image-latest.json
78
+ registry-username: ${{ github.actor }}
79
+ registry-password: ${{ secrets.GITHUB_TOKEN }}
80
- name: Attest image
81
uses: github-early-access/generate-build-provenance@main
82
0 commit comments