Skip to content

Commit

Permalink
Bump docker/build-push-action from 2 to 5
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 5.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v2...v5)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 18, 2023
1 parent b1765d7 commit 8434367
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
- name: Build and push the Docker image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: .
file: slim.Dockerfile
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
latest=auto
suffix=-${{ matrix.target }},onlatest=true
- name: Build and push the geosptial Docker image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: .
file: slim.Dockerfile
Expand Down

0 comments on commit 8434367

Please sign in to comment.