We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31ed254 commit a16f430Copy full SHA for a16f430
.github/workflows/main.yaml
@@ -26,10 +26,10 @@ jobs:
26
# Login against a Docker registry
27
# https://github.com/docker/login-action
28
- name: Login to Docker Hub
29
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
30
with:
31
username: ${{ secrets.DOCKERHUB_USERNAME }}
32
- password: ${{ secrets.DOCKERHUB_PASSWORD }}
+ password: ${{ secrets.DOCKERHUB_TOKEN }}
33
34
- name: Docker meta
35
id: meta
0 commit comments