Skip to content

Commit

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

Bump docker/build-push-action from 5 to 6
  • Loading branch information
DShivakoti authored Sep 13, 2024
2 parents a108daa + 43bc82f commit 4bb6204
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 4bb6204

Please sign in to comment.