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 v6
This commit is contained in:
parent
4bf137ed17
commit
2df83c31c0
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@v5
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
push: ${{ github.event_name == 'push' }}
|
||||
|
Loading…
Reference in New Issue
Block a user