Bump docker/login-action from 2 to 3 (#13619)

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2023-09-18 22:13:09 +01:00
parent 52f9c786be
commit 9ad73ed09a
2 changed files with 2 additions and 2 deletions

View file

@ -51,7 +51,7 @@ jobs:
- name: Login to DockerHub
# Only login if not a PR, as PRs only trigger a Docker build and not a push
if: github.event_name != 'pull_request'
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}

View file

@ -51,7 +51,7 @@ jobs:
- name: Login to DockerHub
# Only login if not a PR, as PRs only trigger a Docker build and not a push
if: github.event_name != 'pull_request'
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}