We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 99f8379 + 721dbdd commit 67f55b0Copy full SHA for 67f55b0
1 file changed
.github/workflows/create-docker-image.yml
@@ -40,7 +40,7 @@ jobs:
40
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
41
- name: Login to GHCR
42
if: github.event_name != 'pull_request'
43
- uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
+ uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
44
with:
45
registry: ghcr.io
46
username: ${{ secrets.CR_USER_NAME }}
0 commit comments