Skip to content

Commit

Permalink
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 17, 2024
1 parent fa312ee commit 313d950
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_dealii_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
password: ${{ secrets.DOCKER_HUB_LOGIN }}

- name: Build and push Docker image for main
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./contrib/docker/tester/
cache-from: type=registry,ref=ubuntu:20.04
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_dealii_master_clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
password: ${{ secrets.DOCKER_HUB_LOGIN }}

- name: Build and push Docker image for main
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./contrib/docker/tester-clang
cache-from: type=registry,ref=ubuntu:24.04
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Build and push Docker image for main
if: contains(github.event_name, 'push')
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./contrib/docker/docker/
cache-from: type=registry,ref=ubuntu:22.04
Expand All @@ -61,7 +61,7 @@ jobs:
- name: Build and push Docker image for release
if: contains(github.event_name, 'release')
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./contrib/docker/docker/
cache-from: type=registry,ref=ubuntu:22.04
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:

- name: Build and push Docker image for main
if: contains(github.event_name, 'push')
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./contrib/docker/docker_tacc/
cache-from: type=registry,ref=ubuntu:22.04
Expand All @@ -113,7 +113,7 @@ jobs:
- name: Build and push Docker image for release
if: contains(github.event_name, 'release')
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./contrib/docker/docker_tacc/
cache-from: type=registry,ref=ubuntu:22.04
Expand Down

0 comments on commit 313d950

Please sign in to comment.