Skip to content

Commit

Permalink
Merge pull request #20 from bow/dependabot/github_actions/docker/buil…
Browse files Browse the repository at this point in the history
…d-push-action-5

chore: Bump docker/build-push-action from 3 to 5
  • Loading branch information
bow authored Nov 10, 2023
2 parents 3f08e35 + b2d4aca commit 5c5c401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:

- name: Build and publish image
if: github.event_name != 'pull_request'
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit 5c5c401

Please sign in to comment.