We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 63c63cd + 4314262 commit 7053565Copy full SHA for 7053565
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 }}
@@ -128,7 +128,7 @@ jobs:
128
129
130
131
132
133
134
0 commit comments