Skip to content

Commit

Permalink
Merge pull request #66 from evryfs/dependabot/github_actions/main/doc…
Browse files Browse the repository at this point in the history
…ker/build-push-action-5

Bump docker/build-push-action from 4 to 5
  • Loading branch information
DShivakoti authored Sep 20, 2023
2 parents 0ca6e20 + f91e0fc commit 4d87f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Build and push
if: startsWith(github.ref, 'refs/tags/')
id: build-push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit 4d87f0b

Please sign in to comment.