Skip to content

Commit ffc1d66

Browse files
committed
use organization secrets
1 parent 16ff7df commit ffc1d66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
- name: Login to DockerHub
1515
uses: docker/login-action@v1
1616
with:
17-
username: ${{ secrets.DOCKER_USERNAME }}
18-
password: ${{ secrets.DOCKER_PASSWORD }}
17+
username: ${{ secrets.DOCKER_HUB_USER }}
18+
password: ${{ secrets.DOCKER_HUB_TOKEN }}
1919

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

0 commit comments

Comments
 (0)