Skip to content

Commit

Permalink
Merge pull request grantbevis#13 from grantbevis/dependabot/github_ac…
Browse files Browse the repository at this point in the history
…tions/docker/build-push-action-3

Bump docker/build-push-action from 2 to 3
  • Loading branch information
grantbevis authored May 27, 2022
2 parents 5812b7f + 069b339 commit 1efa500
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_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build Image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
builder: ${{ steps.buildx.outputs.name }}
context: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_new_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build Image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
builder: ${{ steps.buildx.outputs.name }}
context: .
Expand Down

0 comments on commit 1efa500

Please sign in to comment.