chore/ci: bump docker/build-push-action to v6
This commit is contained in:
parent
219d4e2d18
commit
e58af4502a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/vib-build.yml
vendored
2
.github/workflows/vib-build.yml
vendored
|
|
@ -149,7 +149,7 @@ jobs:
|
||||||
|
|
||||||
- name: Build and Push the Docker image
|
- name: Build and Push the Docker image
|
||||||
id: push
|
id: push
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: Containerfile
|
file: Containerfile
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue