Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action action to v6 (#353)
Browse files Browse the repository at this point in the history
Co-authored-by: Self-hosted Renovate Bot <123456+self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
  • Loading branch information
self-hosted-renovatebot[bot] and Self-hosted Renovate Bot authored Jul 30, 2024
1 parent 19db8e0 commit 6cf65f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
type=match,pattern=v(.*),group=1
type=raw,value=latest,enable={{is_default_branch}}
- name: Build and push # Build/push docker image for use in this action
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: ${{ github.ref == 'refs/heads/main' || github.ref_type == 'tag' }}
Expand Down

0 comments on commit 6cf65f0

Please sign in to comment.