Skip to content

Commit 6b92f2b

Browse files
authored
Merge pull request #41 from jakoch/dependabot/github_actions/docker/login-action-4
deps(gha): bump docker/login-action from 3 to 4
2 parents 2d03cee + 24068b9 commit 6b92f2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

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

7474
- name: 🔒 Login to DockerHub Container Registry
7575
if: github.event_name != 'pull_request'
76-
uses: docker/login-action@v3 # https://github.com/docker/login-action
76+
uses: docker/login-action@v4 # https://github.com/docker/login-action
7777
with:
7878
username: ${{ github.actor }}
7979
password: ${{ secrets.DOCKERHUB_TOKEN }}
8080

8181
- name: 🔒 Login to Github Container Registry (GHCR)
8282
if: github.event_name != 'pull_request'
83-
uses: docker/login-action@v3 # https://github.com/docker/login-action
83+
uses: docker/login-action@v4 # https://github.com/docker/login-action
8484
with:
8585
registry: ghcr.io
8686
username: ${{ github.actor }}

0 commit comments

Comments
 (0)