Skip to content

Commit ae85883

Browse files
committed
ci: fix not signed to registry
1 parent 572385e commit ae85883

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/__shared-ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,12 @@ jobs:
8989
- hadolint
9090
- docker-build-images
9191
steps:
92+
- name: Login to Docker Hub
93+
uses: docker/login-action@v3
94+
with:
95+
username: ${{ secrets.DOCKER_USERNAME }}
96+
password: ${{ secrets.DOCKER_PASSWORD }}
97+
9298
- name: install cosign
9399
uses: sigstore/cosign-installer@v3.7.0
94100
with:

0 commit comments

Comments
 (0)