Skip to content

Commit 7ef6ef6

Browse files
dependabot[bot]crozzy
authored andcommitted
build(deps): bump docker/login-action from 2 to 3
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v2...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 5597e7c commit 7ef6ef6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cut-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
- name: Set up Docker Buildx
198198
uses: docker/setup-buildx-action@v2
199199
- name: Login
200-
uses: docker/login-action@v2
200+
uses: docker/login-action@v3
201201
with:
202202
registry: quay.io
203203
username: ${{ secrets.QUAY_USER }}

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
with:
6868
path: go.sum
6969
key: novelty-${{ github.sha }}-${{ hashFiles('./go.*') }}
70-
- uses: docker/login-action@v2
70+
- uses: docker/login-action@v3
7171
if: steps.setup.outputs.push && steps.novelty.outputs.cache-hit != 'true'
7272
with:
7373
registry: quay.io

0 commit comments

Comments
 (0)