Skip to content

Commit

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

Bump docker/build-push-action from 4 to 5
  • Loading branch information
troykelly authored Sep 19, 2023
2 parents 401cc55 + 6c08723 commit ec4fddc
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 @@ -111,7 +111,7 @@ jobs:
password: ${{ secrets.CI_PAT }}

- name: 🚀 Build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
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 @@ -118,7 +118,7 @@ jobs:
password: ${{ secrets.CI_PAT }}

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

0 comments on commit ec4fddc

Please sign in to comment.