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 177def2 + d623141 commit 1560339Copy full SHA for 1560339
.github/workflows/github-actions-publish-docker-images.yml
@@ -78,7 +78,7 @@ jobs:
78
79
- name: Login to GitHub Container Registry (GHCR)
80
if: github.event_name != 'pull_request'
81
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
82
with:
83
registry: ghcr.io
84
username: gha
@@ -129,7 +129,7 @@ jobs:
129
130
131
132
133
134
135
0 commit comments