We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c77eb5f + 2e1c2e6 commit cc0b409Copy full SHA for cc0b409
1 file changed
.github/workflows/build.yaml
@@ -73,7 +73,7 @@ jobs:
73
- name: Authenticate with GHCR
74
if: github.event_name != 'pull_request'
75
id: auth
76
- uses: docker/login-action@v4.2.0
+ uses: docker/login-action@v4.3.0
77
with:
78
registry: ghcr.io
79
username: ${{ github.repository_owner }}
@@ -132,7 +132,7 @@ jobs:
132
133
134
135
136
137
138
0 commit comments