mirror of
https://github.com/aevea/action-kaniko.git
synced 2026-04-03 18:52:14 +00:00
chore(deps): update docker/build-push-action action to v7
This commit is contained in:
2
.github/workflows/executor.yml
vendored
2
.github/workflows/executor.yml
vendored
@@ -68,7 +68,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build and push executor image
|
- name: Build and push executor image
|
||||||
if: steps.check-tag.outputs.exists == 'false'
|
if: steps.check-tag.outputs.exists == 'false'
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v7
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: deploy/Dockerfile
|
file: deploy/Dockerfile
|
||||||
|
|||||||
Reference in New Issue
Block a user