Skip to content

Commit a363516

Browse files
author
Yoan Moscatelli
committed
🔐 skopeo login
1 parent 1b7125a commit a363516

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ jobs:
7272
with:
7373
username: ${{ secrets.DOCKERHUB_LOGIN }}
7474
password: ${{ secrets.DOCKERHUB_PASSWORD }}
75+
- name: Skopeo login to Docker Hub
76+
run: skopeo login --username ${{ secrets.DOCKERHUB_LOGIN }} --password ${{ secrets.DOCKERHUB_PASSWORD }} docker.io
7577
- name: Checkout
7678
uses: actions/checkout@v4
7779
with:

0 commit comments

Comments
 (0)