Skip to content

Commit

Permalink
Merge pull request #30 from troykelly/dependabot/github_actions/docke…
Browse files Browse the repository at this point in the history
…r/build-push-action-4

Bump docker/build-push-action from 3 to 4
  • Loading branch information
troykelly authored Mar 1, 2023
2 parents bdaa481 + 4788d68 commit 2ca12f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
password: ${{ secrets.CI_PAT }}

- name: 🚀 Build
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
push: true
builder: ${{ steps.buildx.outputs.name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
password: ${{ secrets.CI_PAT }}

- name: 🚀 Build
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
push: true
builder: ${{ steps.buildx.outputs.name }}
Expand Down

0 comments on commit 2ca12f1

Please sign in to comment.