Skip to content

Commit a30735b

Browse files
Update docker/login-action action to v4 (#23)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e58d949 commit a30735b

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)