Skip to content

Commit

Permalink
Merge pull request #792 from Automattic/dependabot/github_actions/dot…
Browse files Browse the repository at this point in the history
…-github/actions/build-docker-image/docker/build-push-action-6

chore(deps): Bump docker/build-push-action from 5 to 6 in /.github/actions/build-docker-image
  • Loading branch information
sjinks authored Jun 25, 2024
2 parents ad7116d + 329f668 commit ca2be45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build-docker-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ runs:
if: ${{ inputs.push }}

- name: Build and push container image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
id: push
with:
context: ${{ inputs.context }}
Expand Down Expand Up @@ -110,7 +110,7 @@ runs:
if: inputs.push == 'true'

- name: Load image to local Docker
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
load: true
push: false
Expand Down

0 comments on commit ca2be45

Please sign in to comment.