We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d48e24f + cdbc3f1 commit 67a8869Copy full SHA for 67a8869
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@v4.0.0
+ uses: docker/login-action@v4.1.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