Skip to content

Commit a8f7c1e

Browse files
Fix secret name
1 parent 12547a3 commit a8f7c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: docker/login-action@v2
1818
with:
1919
username: ${{ secrets.DOCKER_HUB_USERNAME }}
20-
password: ${{ secrets.DOCKER_HUB_TOKEN }}
20+
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
2121

2222
- name: Extract metadata (tags, labels) for Docker
2323
id: meta

0 commit comments

Comments
 (0)