Skip to content

Commit a16f430

Browse files
DO-168: Fix docker login
1 parent 31ed254 commit a16f430

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
# Login against a Docker registry
2727
# https://github.com/docker/login-action
2828
- name: Login to Docker Hub
29-
uses: docker/login-action@v2
29+
uses: docker/login-action@v3
3030
with:
3131
username: ${{ secrets.DOCKERHUB_USERNAME }}
32-
password: ${{ secrets.DOCKERHUB_PASSWORD }}
32+
password: ${{ secrets.DOCKERHUB_TOKEN }}
3333

3434
- name: Docker meta
3535
id: meta

0 commit comments

Comments
 (0)