We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ae9c4d commit 22a590bCopy full SHA for 22a590b
.github/workflows/docker-containers.yml
@@ -49,7 +49,7 @@ jobs:
49
type=semver,pattern=latest
50
51
- name: Login to DockerHub
52
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
53
with:
54
username: ${{ secrets.DOCKER_USERNAME }}
55
password: ${{ secrets.DOCKER_PASSWORD }}
0 commit comments