Skip to content

Commit 8bc40c6

Browse files
authored
Merge pull request #44 from knrdl/dependabot/github_actions/docker/login-action-4
chore(deps): bump docker/login-action from 3 to 4
2 parents 145744a + 415fca5 commit 8bc40c6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ jobs:
4040

4141
- name: Log in to Docker Hub
4242
if: github.event_name != 'pull_request'
43-
uses: docker/login-action@v3
43+
uses: docker/login-action@v4
4444
with:
4545
username: ${{ secrets.DOCKER_USERNAME }}
4646
password: ${{ secrets.DOCKER_TOKEN }}
4747

4848
- name: Login to GHCR
4949
if: github.event_name != 'pull_request'
50-
uses: docker/login-action@v3
50+
uses: docker/login-action@v4
5151
with:
5252
registry: ghcr.io
5353
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)