Skip to content

Commit

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

build(deps): bump docker/build-push-action from 5 to 6
  • Loading branch information
aldbr committed Jun 24, 2024
2 parents 3f931b7 + c77651a commit 07034ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build Docker image (dev)
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: ${{ github.event_name == 'push' && github.repository == 'DIRACGrid/diracx-web' && github.ref_name == 'main' }}
Expand All @@ -72,7 +72,7 @@ jobs:

- name: Build Docker image
if: ${{ needs.release-please.outputs.release_created == 'true' }}
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: true
Expand Down

0 comments on commit 07034ab

Please sign in to comment.