We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c570fb8 + 2e0c246 commit 7fb110fCopy full SHA for 7fb110f
.github/workflows/publish_docker_image.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Set up QEMU
14
uses: docker/setup-qemu-action@v3
15
- name: Login to Docker Hub
16
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
17
with:
18
username: ${{ secrets.DOCKER_HUB_USERNAME }}
19
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
0 commit comments