We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 119cafa + 061fd6c commit 085cecdCopy full SHA for 085cecd
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@v3.6.0
+ uses: docker/login-action@v3.7.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