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 d6506f2 + 81fbca5 commit a9c4dd0Copy full SHA for a9c4dd0
1 file changed
.github/workflows/build.yml
@@ -240,14 +240,14 @@ jobs:
240
-
241
name: Login to DockerHub
242
if: github.event_name != 'pull_request'
243
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
244
with:
245
username: ${{ secrets.DOCKER_USERNAME }}
246
password: ${{ secrets.DOCKER_PASSWORD }}
247
248
name: Login to GHCR
249
250
251
252
registry: ghcr.io
253
username: ${{ github.repository_owner }}
0 commit comments