Skip to content

Commit 9ef7926

Browse files
committed
Updated with docker hub secret variable.
1 parent 9507525 commit 9ef7926

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-image-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
registry: ${{ env.REGISTRY }}
4444
username: ${{ github.actor }}
45-
password: ${{ secrets.GITHUB_TOKEN }}
45+
password: ${{ secrets.DOCKERGITHUBSECRET }}
4646

4747
# Extract metadata (tags, labels) for Docker
4848
# https://github.com/docker/metadata-action

0 commit comments

Comments
 (0)