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 be7031b + f6fbbd4 commit 9bd1878Copy full SHA for 9bd1878
1 file changed
.github/workflows/image.yml
@@ -51,7 +51,7 @@ jobs:
51
# avoids an avoidable failure on those events.
52
- name: Log in to GHCR
53
if: github.event_name != 'pull_request'
54
- uses: docker/login-action@v4.1.0
+ uses: docker/login-action@v4.2.0
55
with:
56
registry: ${{ env.REGISTRY }}
57
username: ${{ github.actor }}
0 commit comments