We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 313c206 + adec395 commit 199c736Copy full SHA for 199c736
1 file changed
.github/workflows/github-actions-publish-docker-images.yml
@@ -40,7 +40,7 @@ jobs:
40
41
- name: Login to GitHub Container Registry (GHCR)
42
if: github.event_name != 'pull_request'
43
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
44
with:
45
registry: ghcr.io
46
username: gha
@@ -78,7 +78,7 @@ jobs:
78
79
80
81
82
83
84
@@ -129,7 +129,7 @@ jobs:
129
130
131
132
133
134
135
0 commit comments