Skip to content

Commit a9c4dd0

Browse files
authored
Merge pull request #459 from crazy-max/dependabot/github_actions/docker/login-action-4
build(deps): bump docker/login-action from 3 to 4
2 parents d6506f2 + 81fbca5 commit a9c4dd0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,14 +240,14 @@ jobs:
240240
-
241241
name: Login to DockerHub
242242
if: github.event_name != 'pull_request'
243-
uses: docker/login-action@v3
243+
uses: docker/login-action@v4
244244
with:
245245
username: ${{ secrets.DOCKER_USERNAME }}
246246
password: ${{ secrets.DOCKER_PASSWORD }}
247247
-
248248
name: Login to GHCR
249249
if: github.event_name != 'pull_request'
250-
uses: docker/login-action@v3
250+
uses: docker/login-action@v4
251251
with:
252252
registry: ghcr.io
253253
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)