We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97fbfce commit f5f9755Copy full SHA for f5f9755
.github/workflows/docker.yml
@@ -48,7 +48,7 @@ jobs:
48
uses: docker/setup-buildx-action@v3
49
50
- name: 🔑 Login to DockerHub
51
- uses: docker/login-action@v1
+ uses: docker/login-action@v3
52
with:
53
username: lissy93
54
password: ${{ secrets.DOCKER_HUB_TOKEN }}
0 commit comments