We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f55e200 + b91148e commit 795a331Copy full SHA for 795a331
1 file changed
.github/workflows/build.yaml
@@ -70,7 +70,7 @@ jobs:
70
- name: Authenticate with GHCR
71
if: github.event_name != 'pull_request'
72
id: auth
73
- uses: docker/login-action@v3.6.0
+ uses: docker/login-action@v3.7.0
74
with:
75
registry: ghcr.io
76
username: ${{ github.repository_owner }}
@@ -127,7 +127,7 @@ jobs:
127
128
129
130
131
132
133
0 commit comments