Skip to content

Commit

Permalink
Merge pull request #98 from evryfs/dependabot/github_actions/1.x/dock…
Browse files Browse the repository at this point in the history
…er/build-push-action-6

Bump docker/build-push-action from 5 to 6
  • Loading branch information
DShivakoti authored Sep 13, 2024
2 parents dd22566 + e2d3dad commit b48465e
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@v5
uses: docker/build-push-action@v6
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit b48465e

Please sign in to comment.