Skip to content

Commit 578fa6e

Browse files
committed
adjust docker login credentials to target github container registry
1 parent 37d07dd commit 578fa6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
- name: Log in to Docker Hub
1515
uses: docker/login-action@v3
1616
with:
17-
username: jpberno
18-
password: dckr_pat_-5mmdsAWDh8DHZsJfZ4lN9d3Qew
17+
username: ${{ github.actor }}
18+
password: ${{ secrets.GITHUB_TOKEN }}
1919

2020
- name: Build and push
2121
uses: docker/build-push-action@v5

0 commit comments

Comments
 (0)