We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c4abc12 + e47912c commit 3399263Copy full SHA for 3399263
1 file changed
.github/workflows/build.yaml
@@ -71,7 +71,7 @@ jobs:
71
- name: Authenticate with GHCR
72
if: github.event_name != 'pull_request'
73
id: auth
74
- uses: docker/login-action@v4.0.0
+ uses: docker/login-action@v4.1.0
75
with:
76
registry: ghcr.io
77
username: ${{ github.repository_owner }}
@@ -129,7 +129,7 @@ jobs:
129
130
131
132
133
134
135
0 commit comments