We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0914d7 commit 6765c64Copy full SHA for 6765c64
.github/workflows/docker-publish.yml
@@ -13,7 +13,7 @@ jobs:
13
uses: docker/setup-qemu-action@v2
14
- uses: docker/setup-buildx-action@v2
15
- name: Login to DockerHub
16
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
17
with:
18
username: ${{ secrets.DOCKER_USERNAME }}
19
password: ${{ secrets.DOCKER_PASSWORD }}
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
0 commit comments