Skip to content

Commit

Permalink
Merge pull request #205 from Skyscanner/dependabot/github_actions/doc…
Browse files Browse the repository at this point in the history
…ker/build-push-action-4.0.0

chore(deps): bump docker/build-push-action from 3.1.1 to 4.0.0
  • Loading branch information
Smirl authored Apr 10, 2023
2 parents 26a223d + 15f7ac9 commit 888df74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and publish a docker image
uses: docker/build-push-action@v3.1.1
uses: docker/build-push-action@v4.0.0
with:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and publish a docker image
uses: docker/build-push-action@v3.1.1
uses: docker/build-push-action@v4.0.0
with:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 888df74

Please sign in to comment.