Skip to content

Commit f0c086d

Browse files
authored
Merge pull request #17 from netresearch/renovate/docker-login-action-4.x
chore(deps): update docker/login-action action to v4
2 parents fa636ff + 682dd15 commit f0c086d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@ jobs:
4949
# https://github.com/docker/login-action
5050
- name: Log into registry ${{ env.REGISTRY }}
5151
if: github.event_name != 'pull_request'
52-
uses: docker/login-action@v3
52+
uses: docker/login-action@v4
5353
with:
5454
registry: ${{ env.REGISTRY }}
5555
username: ${{ github.actor }}
5656
password: ${{ secrets.GITHUB_TOKEN }}
5757

5858
- name: Log in to Docker Hub
5959
if: github.event_name != 'pull_request'
60-
uses: docker/login-action@v3
60+
uses: docker/login-action@v4
6161
with:
6262
username: ${{ secrets.DOCKER_USERNAME }}
6363
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)