Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c80743c

Browse files
author
Bryan Sieber
committedApr 26, 2022
Updating token
1 parent be8603a commit c80743c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/build-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: docker/login-action@v1
4949
with:
5050
username: ${{ secrets.DOCKERHUB_USERNAME }}
51-
password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }}
51+
password: ${{ secrets.DOCKERHUB_TOKEN }}
5252

5353
- name: Extract metadata (tags, labels) for Docker
5454
id: meta

0 commit comments

Comments
 (0)
Please sign in to comment.