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.
1 parent 2faf8fe commit 933cedeCopy full SHA for 933cede
1 file changed
.github/workflows/release.yml
@@ -21,13 +21,13 @@ jobs:
21
- uses: docker/setup-qemu-action@v3
22
- uses: docker/setup-buildx-action@v3
23
- name: Login to GitHub Container Registry
24
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
25
with:
26
registry: ghcr.io
27
username: ${{ github.repository_owner }}
28
password: ${{ secrets.GITHUB_TOKEN }}
29
- name: Login to Docker Hub
30
31
32
username: ${{ secrets.DOCKERHUB_USERNAME }}
33
password: ${{ secrets.DOCKERHUB_TOKEN }}
0 commit comments