Skip to content

Commit 58370a9

Browse files
committed
ci: set docker.io for login
1 parent 3c04759 commit 58370a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
username: ${{secrets.DOCKERHUB_USERNAME}}
8181
password: ${{secrets.DOCKERHUB_TOKEN}}
8282
run: |
83-
docker login -u $username -p $password
83+
docker login -u $username -p $password docker.io
8484
- name: Build Docker Image
8585
run: |
8686
cd cli && docker build -t docker.io/library/${{secrets.DOCKERHUB_USERNAME}}/smelly-test .

0 commit comments

Comments
 (0)