We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 78ef44d + f53df97 commit 0dbf9ebCopy full SHA for 0dbf9eb
1 file changed
.github/workflows/build.yaml
@@ -74,7 +74,7 @@ jobs:
74
- name: Authenticate with GHCR
75
if: github.event_name != 'pull_request'
76
id: auth
77
- uses: docker/login-action@v3.7.0
+ uses: docker/login-action@v4.0.0
78
with:
79
registry: ghcr.io
80
username: ${{ github.repository_owner }}
@@ -134,7 +134,7 @@ jobs:
134
135
136
137
138
139
140
0 commit comments