Skip to content

Commit 22ab98c

Browse files
authored
chore: docker pat
1 parent 76aea2b commit 22ab98c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
- name: Log in to Docker Hub
2727
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
2828
with:
29-
username: ${{ secrets.DOCKER_USERNAME_2 }}
30-
password: ${{ secrets.DOCKER_PASSWORD_2 }}
29+
username: ${{ secrets.DOCKER_USERNAME }}
30+
password: ${{ secrets.DOCKER_PASSWORD }}
3131

3232
- name: Extract metadata (tags, labels) for Docker
3333
id: meta

0 commit comments

Comments
 (0)