Skip to content

Commit 96588b7

Browse files
Update docker/login-action action to v4
1 parent 97637d1 commit 96588b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ jobs:
2020
uses: actions/checkout@v6
2121

2222
- name: Log in to Docker Hub
23-
uses: docker/login-action@v3
23+
uses: docker/login-action@v4
2424
with:
2525
registry: ${{ vars.DOCKER_REGISTRY }}
2626
username: ${{ secrets.DOCKER_USERNAME }}
2727
password: ${{ secrets.DOCKER_TOKEN }}
2828

2929
- name: Login to GitHub registry
30-
uses: docker/login-action@v3
30+
uses: docker/login-action@v4
3131
with:
3232
registry: ${{ vars.REGISTRY_GITHUB }}
3333
username: ${{ github.actor }}

0 commit comments

Comments
 (0)