Skip to content

Commit 8a587d9

Browse files
author
Dennis Labordus
authored
Merge pull request #68 from com-pas/release_action_update
Updated Docker Hub password to token
2 parents 96e7c8e + 6dc32fd commit 8a587d9

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)