mirror of
https://github.com/aevea/action-kaniko.git
synced 2026-09-26 09:45:11 +00:00
chore(deps): update docker/build-push-action action to v7
This commit is contained in:
@@ -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