Skip to content

Commit 61dc412

Browse files
Bump docker/login-action from 2 to 3 in /.github/workflows (#355)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Brian Kroth <[email protected]>
1 parent 6bd9fc8 commit 61dc412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ jobs:
511511
# but setting ACR_LOGINURL to something else allows us to do testing on forks.
512512
- name: Log in to Docker Hub
513513
if: ${{ (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v')) && env.CONTAINER_REGISTRY_NAME != '' }}
514-
uses: docker/login-action@v2
514+
uses: docker/login-action@v3
515515
with:
516516
registry: ${{ secrets.ACR_LOGINURL }}
517517
username: ${{ secrets.ACR_USERNAME }}

0 commit comments

Comments
 (0)