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 16ff7df commit ffc1d66Copy full SHA for ffc1d66
.github/workflows/publish.yml
@@ -14,8 +14,8 @@ jobs:
14
- name: Login to DockerHub
15
uses: docker/login-action@v1
16
with:
17
- username: ${{ secrets.DOCKER_USERNAME }}
18
- password: ${{ secrets.DOCKER_PASSWORD }}
+ username: ${{ secrets.DOCKER_HUB_USER }}
+ password: ${{ secrets.DOCKER_HUB_TOKEN }}
19
20
- name: Build and push
21
uses: docker/build-push-action@v2
0 commit comments