Skip to content

Commit ef3e6fa

Browse files
author
Dennis Labordus
authored
Merge pull request #102 from com-pas/release_action_update
Updated Docker Hub password to token
2 parents 1cb3581 + c50e3b1 commit ef3e6fa

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
@@ -18,7 +18,7 @@ jobs:
1818
uses: docker/login-action@v1
1919
with:
2020
username: ${{ secrets.DOCKER_HUB_USERNAME }}
21-
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
21+
password: ${{ secrets.DOCKER_HUB_TOKEN }}
2222
- name: Extract tag name
2323
id: extract_tagname
2424
shell: bash

0 commit comments

Comments
 (0)