Skip to content

Commit aef0e25

Browse files
committed
fix
1 parent 0ee9edf commit aef0e25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docker-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: docker/login-action@v3
4545
with:
4646
username: ${{ secrets.DOCKERHUB_USERNAME }}
47-
password: ${{ secrets.DOCKERHUB_PASSWORD }}
47+
password: ${{ secrets.DOCKERHUB_TOKEN }}
4848

4949
- name: Build and Push
5050
uses: docker/build-push-action@v5

0 commit comments

Comments
 (0)