Skip to content

Commit

Permalink
Merge pull request #17 from DIRACGrid/dependabot/github_actions/docke…
Browse files Browse the repository at this point in the history
…r/build-push-action-6

Bump docker/build-push-action from 5 to 6
  • Loading branch information
chaen authored Jun 24, 2024
2 parents f6657c5 + 98fa226 commit 430cbe0
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 430cbe0

Please sign in to comment.