Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit 1520178

Browse files
Bump docker/login-action from 2 to 3 (#79)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 42f5bdb commit 1520178

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pre-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145

146146
- name: (if on main and upstream) Authenticate against Quay.io
147147
if: ${{ github.ref == 'refs/heads/main' && github.repository_owner == 'test-network-function' }}
148-
uses: docker/login-action@v2
148+
uses: docker/login-action@v3
149149
with:
150150
registry: ${{ env.REGISTRY }}
151151
# Use a Robot Account to authenticate against Quay.io

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# Push the new operator image to Quay.io.
4343
- name: Authenticate against Quay.io
4444
if: ${{ github.repository_owner == 'test-network-function' }}
45-
uses: docker/login-action@v2
45+
uses: docker/login-action@v3
4646
with:
4747
registry: ${{ env.REGISTRY }}
4848
# Use a Robot Account to authenticate against Quay.io

0 commit comments

Comments
 (0)