Skip to content

Commit

Permalink
Merge pull request #1301 from DFE-Digital/dependabot/github_actions/d…
Browse files Browse the repository at this point in the history
…ocker/build-push-action-5

Bump docker/build-push-action from 4 to 5
  • Loading branch information
saliceti authored Oct 2, 2023
2 parents cef9ec2 + e003996 commit 07b9a2a
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 @@ -72,7 +72,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
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@v4
uses: docker/build-push-action@v5
with:
tags: ${{ env.DOCKER_REPOSITORY }}:master
load: true
Expand Down

0 comments on commit 07b9a2a

Please sign in to comment.