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 651da12 commit 25bd8f5Copy full SHA for 25bd8f5
.github/workflows/docker-publish.yml
@@ -57,7 +57,7 @@ jobs:
57
# https://github.com/docker/login-action
58
- name: Log into GitHub Container Registry (GHCR)
59
if: github.event_name != 'pull_request'
60
- uses: docker/login-action@3b8fed7e4b60203b2aa0ecc6c6d6d91d12c06760
+ uses: docker/login-action@3d100841f68d4548bf57e52eb27bd33ec5069f55
61
with:
62
registry: ${{ env.REGISTRY_GHCR }}
63
username: ${{ github.actor }}
@@ -66,7 +66,7 @@ jobs:
66
# Login to Docker Hub
67
- name: Log into Docker Hub
68
69
70
71
registry: ${{ env.REGISTRY_DOCKERHUB }}
72
username: ${{ secrets.DOCKER_HUB_USER }}
0 commit comments