Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 18, 2024
1 parent 0121729 commit 94c40f3
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci-java11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
# BUILD
# see https://github.com/eXist-db/exist/issues/4911
- name: Build default images for testing on CI
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile_j11
Expand All @@ -71,7 +71,7 @@ jobs:
cache-from: type=registry,ref=${{ secrets.DOCKER_USERNAME }}/existdb:buildcache

- name: Build debug images for testing on CI
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
build-args: |
Expand All @@ -83,7 +83,7 @@ jobs:
cache-from: type=registry,ref=${{ secrets.DOCKER_USERNAME }}/existdb:buildcache

- name: Build nonroot images for testing on CI
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
build-args: |
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
# Release
- name: Push :dev6 to Dockerhub
if: github.ref == 'refs/heads/main'
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./
platforms: linux/amd64,linux/arm64
Expand All @@ -141,7 +141,7 @@ jobs:

- name: Push :debug (dev6) to Dockerhub
if: github.ref == 'refs/heads/main'
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./
platforms: linux/amd64,linux/arm64
Expand All @@ -158,7 +158,7 @@ jobs:

- name: Push :nonroot (dev6) to Dockerhub
if: github.ref == 'refs/heads/main'
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./
platforms: linux/amd64,linux/arm64
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/ci-java17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

# BUILD
- name: Build default images for testing on CI
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
Expand All @@ -68,7 +68,7 @@ jobs:
cache-from: type=registry,ref=${{ secrets.DOCKER_USERNAME }}/existdb:buildcache

- name: Build debug images for testing on CI
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
build-args: DISTRO_TAG=debug
Expand All @@ -78,7 +78,7 @@ jobs:
cache-from: type=registry,ref=${{ secrets.DOCKER_USERNAME }}/existdb:buildcache

- name: Build nonroot images for testing on CI
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
build-args: |
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
# Latest
- name: Push :latest to Dockerhub
if: github.ref == 'refs/heads/main'
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./
platforms: linux/amd64,linux/arm64
Expand All @@ -135,7 +135,7 @@ jobs:

- name: Push :debug (latest) to Dockerhub
if: github.ref == 'refs/heads/main'
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./
platforms: linux/amd64,linux/arm64
Expand All @@ -152,7 +152,7 @@ jobs:

- name: push :nonroot (latest) to Dockerhub
if: github.ref == 'refs/heads/main'
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./
platforms: linux/amd64,linux/arm64
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/ci-java8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
# BUILD
# see https://github.com/eXist-db/exist/issues/4911
- name: Build local images for testing on CI
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
build-args: BRANCH=develop-6.x.x
Expand All @@ -71,7 +71,7 @@ jobs:
cache-from: type=registry,ref=${{ secrets.DOCKER_USERNAME }}/existdb:buildcache

- name: Build debug images for testing on CI
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
build-args: |
Expand All @@ -83,7 +83,7 @@ jobs:
cache-from: type=registry,ref=${{ secrets.DOCKER_USERNAME }}/existdb:buildcache

- name: Build nonroot images for testing on CI
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
build-args: |
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
# Release
- name: Push :dev6 to Dockerhub
if: github.ref == 'refs/heads/main'
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./
platforms: linux/amd64,linux/arm64
Expand All @@ -132,7 +132,7 @@ jobs:

- name: Push :debug (dev6) to Dockerhub
if: github.ref == 'refs/heads/main'
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./
platforms: linux/amd64,linux/arm64
Expand All @@ -149,7 +149,7 @@ jobs:

- name: Push :nonroot (dev6) to Dockerhub
if: github.ref == 'refs/heads/main'
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit 94c40f3

Please sign in to comment.