Skip to content

Commit

Permalink
Merge pull request #5922 from geodynamics/dependabot/github_actions/d…
Browse files Browse the repository at this point in the history
…ocker/build-push-action-6

Bump docker/build-push-action from 5 to 6
  • Loading branch information
gassmoeller authored Jun 17, 2024
2 parents 8e3a529 + 313d950 commit 0a137d5
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 0a137d5

Please sign in to comment.