mirror of
https://github.com/valitydev/holmes.git
synced 2024-11-06 01:45:25 +00:00
chore(deps): update docker/build-push-action action to v5 (#43)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
ae2891e140
commit
3bde5cf0db
2
.github/workflows/build-image.yaml
vendored
2
.github/workflows/build-image.yaml
vendored
@ -40,7 +40,7 @@ jobs:
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@v4
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
push: ${{ github.event_name == 'push' }}
|
||||
|
Loading…
Reference in New Issue
Block a user