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 48d6824 + 9548615 commit 8e7cb23Copy full SHA for 8e7cb23
1 file changed
.github/workflows/release.yml
@@ -17,14 +17,14 @@ jobs:
17
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
18
19
- name: Log in to Docker Hub registry
20
- uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
+ uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
21
with:
22
registry: docker.io
23
username: ${{ vars.DOCKER_HUB_USERNAME }}
24
password: ${{ secrets.DOCKER_HUB_TOKEN }}
25
26
- name: Log in to GitHub Container Registry
27
28
29
registry: ghcr.io
30
username: ${{ github.actor }}
0 commit comments