Skip to content

Commit a3913e3

Browse files
committed
fix secrets for slsa provenance
1 parent b3db1ac commit a3913e3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docker-image-release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ jobs:
100100
with:
101101
image: docker.io/fontebasso/php-nginx
102102
digest: ${{ needs.merge-multiarch.outputs.digest }}
103+
secrets:
104+
registry-username: ${{ secrets.DOCKERHUB_USERNAME }}
105+
registry-password: ${{ secrets.DOCKERHUB_TOKEN }}
103106
permissions:
104107
id-token: write
105108
contents: read

0 commit comments

Comments
 (0)