Skip to content

Commit

Permalink
Merge pull request #14 from paulsengroup/dependabot/github_actions/do…
Browse files Browse the repository at this point in the history
…cker/build-push-action-6

Bump docker/build-push-action from 4 to 6
  • Loading branch information
robomics committed Sep 11, 2024
2 parents fada6ea + 76ced40 commit 7f586f6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-almalinux9-cxx-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

- name: Build Docker image and push to registries
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: ${{ github.event_name != 'pull_request' }}
file: dockerfiles/almalinux9-cxx.Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-centos7-cxx-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

- name: Build Docker image and push to registries
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: ${{ github.event_name != 'pull_request' }}
file: dockerfiles/centos7-cxx.Dockerfile
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-cxx-ubuntu-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
echo "key=ubuntu-cxx-$os-$compiler-$cmake_ver-$conan_ver" >> $GITHUB_OUTPUT
- name: Build Docker image (x86)
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
load: true
push: false
Expand All @@ -121,7 +121,7 @@ jobs:
test/test_docker_image.sh tmp:latest
- name: Build Docker image (arm64)
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
load: true
push: false
Expand All @@ -141,7 +141,7 @@ jobs:
- name: Push image to registries
if: github.event_name != 'pull_request'
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ github.workspace }}
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-hictk-ci-ubuntu-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:

- name: Build Docker image and push to registries
id: docker_build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
push: ${{ github.event_name != 'pull_request' }}
file: dockerfiles/ubuntu-hictk-ci.Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-modle-ci-ubuntu-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:

- name: Build Docker image and push to registries
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: ${{ github.event_name != 'pull_request' }}
file: dockerfiles/ubuntu-modle-ci.Dockerfile
Expand Down

0 comments on commit 7f586f6

Please sign in to comment.