Skip to content

Commit

Permalink
Merge pull request #1437 from DFE-Digital/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
martyn-w authored Jun 19, 2024
2 parents 50c82ac + 7089328 commit 6a55855
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: ${{ github.ref == 'refs/heads/master' }}
builder: ${{ steps.buildx.outputs.name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-no-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
tags: ${{ env.DOCKER_REPOSITORY }}:master
load: true
Expand Down

0 comments on commit 6a55855

Please sign in to comment.