Skip to content

Commit 6dc32fd

Browse files
author
Rob Tjalma
committed
Updated Docker Hub password to token
Signed-off-by: Rob Tjalma <[email protected]>
1 parent 96e7c8e commit 6dc32fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: docker/login-action@v1
3333
with:
3434
username: ${{ secrets.DOCKER_HUB_USERNAME }}
35-
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
35+
password: ${{ secrets.DOCKER_HUB_TOKEN }}
3636
- name: Build and push docker image to Docker Hub
3737
uses: docker/build-push-action@v2
3838
with:

0 commit comments

Comments
 (0)