Update docker/login-action action to v3 (#59)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-07-11 18:03:34 +02:00
committed by GitHub
parent d9e658b202
commit 5bfbac6892
2 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
- name: Login to DockerHub
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_LOGIN }}
password: ${{ secrets.DOCKER_PASS }}
@@ -77,7 +77,7 @@ jobs:
with:
go-version-file: go.mod
- name: Login to DockerHub
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_LOGIN }}
password: ${{ secrets.DOCKER_PASS }}

View File

@@ -50,7 +50,7 @@ jobs:
- name: Login to DockerHub
if: github.event_name != 'pull_request'
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: quay.io
username: ${{ secrets.QUAY_USERNAME }}