Skip to content

Commit

Permalink
Bump docker/login-action from 1.14.1 to 2.2.0
Browse files Browse the repository at this point in the history
Bumps [docker/login-action](https://github.com/docker/login-action) from 1.14.1 to 2.2.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@v1.14.1...v2.2.0)

---
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>
  • Loading branch information
dependabot[bot] committed Jun 8, 2023
1 parent ce12c8b commit b7e6971
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
run: docker buildx build --tag ghcr.io/edumco/maven-alpine:jdk11 .

- name: Login on Container Registry
uses: docker/login-action@v1.14.1
uses: docker/login-action@v2.2.0
if: contains( ${{ github.head_ref }}, "main" )
with:
registry: ghcr.io
Expand All @@ -34,7 +34,7 @@ jobs:
run: docker buildx build --tag ghcr.io/edumco/maven-alpine:jdk17 --build-arg JDK_IMAGE=openjdk:17-alpine .

- name: Login on Container Registry
uses: docker/login-action@v1.14.1
uses: docker/login-action@v2.2.0
if: contains( ${{ github.head_ref }}, "main" )
with:
registry: ghcr.io
Expand Down

0 comments on commit b7e6971

Please sign in to comment.