We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6137665 commit e186561Copy full SHA for e186561
1 file changed
.github/workflows/docker-publish.yml
@@ -56,7 +56,7 @@ jobs:
56
# Login to GitHub Container Registry (GHCR)
57
- name: Log into GitHub Container Registry (GHCR)
58
if: github.event_name != 'pull_request'
59
- uses: docker/login-action@3d100841f68d4548bf57e52eb27bd33ec5069f55
+ uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
60
with:
61
registry: ${{ env.REGISTRY_GHCR }}
62
username: ${{ github.actor }}
@@ -65,7 +65,7 @@ jobs:
65
# Login to Docker Hub
66
- name: Log into Docker Hub
67
68
69
70
registry: ${{ env.REGISTRY_DOCKERHUB }}
71
username: ${{ secrets.DOCKER_HUB_USER }}
0 commit comments