Skip to content

Commit

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

Bump docker/build-push-action from 5 to 6
  • Loading branch information
sengi authored Jun 17, 2024
2 parents aa0a008 + b521fc1 commit 35d75ea
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-push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
type=raw,priority=400,value=${{ steps.local-head.outputs.sha }},enable=${{ !startsWith(inputs.gitRef, 'v') }}
- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: ${{ inputs.dockerfilepath }}
build-args: ${{ inputs.buildArgs }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-multiarch-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
type=raw,priority=400,value=${{ steps.local-head.outputs.sha }},enable=${{ !startsWith(inputs.gitRef, 'v') }}
- id: build-image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: ${{ inputs.dockerfilepath }}
context: .
Expand Down

0 comments on commit 35d75ea

Please sign in to comment.