We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c04759 commit 58370a9Copy full SHA for 58370a9
.github/workflows/nodejs.yml
@@ -80,7 +80,7 @@ jobs:
80
username: ${{secrets.DOCKERHUB_USERNAME}}
81
password: ${{secrets.DOCKERHUB_TOKEN}}
82
run: |
83
- docker login -u $username -p $password
+ docker login -u $username -p $password docker.io
84
- name: Build Docker Image
85
86
cd cli && docker build -t docker.io/library/${{secrets.DOCKERHUB_USERNAME}}/smelly-test .
0 commit comments