Bump docker/login-action from 1 to 3

Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 3.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v1...v3)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-12-19 23:35:00 +00:00
committed by GitHub
parent 60c02e1919
commit 127dba60d9
3 changed files with 3 additions and 3 deletions

View File

@@ -91,7 +91,7 @@ jobs:
uses: actions/checkout@v3
- name: Login to Docker
uses: docker/login-action@v1
uses: docker/login-action@v3
if: env.REGISTRY_USERNAME != ''
with:
registry: quay.io

View File

@@ -55,7 +55,7 @@ jobs:
run: echo ::set-output name=tag::${GITHUB_REF:11} # tag name without leading 'v'
- name: Login to Docker
uses: docker/login-action@v1
uses: docker/login-action@v3
if: env.REGISTRY_USERNAME != ''
with:
registry: quay.io

View File

@@ -26,7 +26,7 @@ jobs:
go-version: ${{ env.GO_VERSION }}
- name: Login to Docker
uses: docker/login-action@v1
uses: docker/login-action@v3
if: env.REGISTRY_USERNAME != ''
with:
registry: quay.io