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 24, 2024
1 parent f6657c5 commit 98fa226
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ matrix.image-name }}
push: ${{ github.event_name == 'push' && github.repository == 'DIRACGrid/container-images' && github.ref_name == 'main' }}
Expand All @@ -64,7 +64,7 @@ jobs:

- name: Build base
id: build_base
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: base
outputs: type=oci,dest=output-base.tar
Expand All @@ -76,7 +76,7 @@ jobs:
tar -C output-base -xf output-base.tar
- name: Build services-base
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: services-base
build-contexts: |
Expand All @@ -90,7 +90,7 @@ jobs:
tar -C output-services-base -xf output-services-base.tar
- name: Build client-base
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: client-base
build-contexts: |
Expand Down

0 comments on commit 98fa226

Please sign in to comment.