We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10e38d3 commit 5b73d73Copy full SHA for 5b73d73
.github/workflows/docker.yml
@@ -19,12 +19,12 @@ jobs:
19
- name: Set up QEMU
20
uses: docker/setup-qemu-action@v3
21
- name: Login to Docker Hub
22
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
23
with:
24
username: ${{ secrets.DOCKER_HUB_USERNAME }}
25
password: ${{ secrets.DOCKER_HUB_TOKEN }}
26
- name: Login to GitHub Container Registry
27
28
29
registry: ghcr.io
30
username: ${{ github.actor }}
0 commit comments