Skip to content

Commit 933cede

Browse files
chore(deps): update docker/login-action action to v4
1 parent 2faf8fe commit 933cede

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121
- uses: docker/setup-qemu-action@v3
2222
- uses: docker/setup-buildx-action@v3
2323
- name: Login to GitHub Container Registry
24-
uses: docker/login-action@v3
24+
uses: docker/login-action@v4
2525
with:
2626
registry: ghcr.io
2727
username: ${{ github.repository_owner }}
2828
password: ${{ secrets.GITHUB_TOKEN }}
2929
- name: Login to Docker Hub
30-
uses: docker/login-action@v3
30+
uses: docker/login-action@v4
3131
with:
3232
username: ${{ secrets.DOCKERHUB_USERNAME }}
3333
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)