Skip to content

Commit 5b73d73

Browse files
chore(deps): update docker/login-action action to v4
1 parent 10e38d3 commit 5b73d73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
- name: Set up QEMU
2020
uses: docker/setup-qemu-action@v3
2121
- name: Login to Docker Hub
22-
uses: docker/login-action@v3
22+
uses: docker/login-action@v4
2323
with:
2424
username: ${{ secrets.DOCKER_HUB_USERNAME }}
2525
password: ${{ secrets.DOCKER_HUB_TOKEN }}
2626
- name: Login to GitHub Container Registry
27-
uses: docker/login-action@v3
27+
uses: docker/login-action@v4
2828
with:
2929
registry: ghcr.io
3030
username: ${{ github.actor }}

0 commit comments

Comments
 (0)