Skip to content

Commit 63b04cb

Browse files
committed
fix auth to docker hub
1 parent 5dc746a commit 63b04cb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,12 @@ jobs:
103103
- name: Install Cosign
104104
uses: sigstore/[email protected]
105105

106+
- name: Log in to Docker Hub
107+
uses: docker/login-action@v3
108+
with:
109+
username: ${{ secrets.DOCKERHUB_USERNAME }}
110+
password: ${{ secrets.DOCKERHUB_TOKEN }}
111+
106112
- name: Generate SBOM (Syft JSON)
107113
run: |
108114
syft docker.io/fontebasso/php-nginx@${{ needs.merge-multiarch.outputs.digest }} \

0 commit comments

Comments
 (0)