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.
1 parent 497de46 commit efd0430Copy full SHA for efd0430
.github/workflows/oci.yml
@@ -86,7 +86,7 @@ jobs:
86
name: Login to GHCR
87
# Prevent uploading images for pull requests.
88
# if: github.event_name != 'pull_request'
89
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
90
with:
91
registry: ghcr.io
92
username: ${{ github.repository_owner }}
0 commit comments