Skip to content

Commit 4314a38

Browse files
Update docker/login-action action to v4
1 parent 9304546 commit 4314a38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-build-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@ jobs:
7575
echo "Platforms: ${{ steps.buildx.outputs.platforms }}"
7676
7777
- name: 🔑 Login to DockerHub
78-
uses: docker/login-action@v3
78+
uses: docker/login-action@v4
7979
with:
8080
username: ${{ secrets.DOCKER_USERNAME }}
8181
password: ${{ secrets.DOCKER_PASSWORD }}
8282

8383
- name: 🔑 Login to GitHub Container Registry
84-
uses: docker/login-action@v3
84+
uses: docker/login-action@v4
8585
with:
8686
registry: ghcr.io
8787
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)