Skip to content

Commit 127dba6

Browse files
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](docker/login-action@v1...v3) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 60c02e1 commit 127dba6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
uses: actions/checkout@v3
9292

9393
- name: Login to Docker
94-
uses: docker/login-action@v1
94+
uses: docker/login-action@v3
9595
if: env.REGISTRY_USERNAME != ''
9696
with:
9797
registry: quay.io

.github/workflows/prerelease.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: echo ::set-output name=tag::${GITHUB_REF:11} # tag name without leading 'v'
5656

5757
- name: Login to Docker
58-
uses: docker/login-action@v1
58+
uses: docker/login-action@v3
5959
if: env.REGISTRY_USERNAME != ''
6060
with:
6161
registry: quay.io

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
go-version: ${{ env.GO_VERSION }}
2727

2828
- name: Login to Docker
29-
uses: docker/login-action@v1
29+
uses: docker/login-action@v3
3030
if: env.REGISTRY_USERNAME != ''
3131
with:
3232
registry: quay.io

0 commit comments

Comments
 (0)