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
|
||||
id: push
|
||||
uses: docker/build-push-action@v5
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
file: Containerfile
|
||||
|
|
|
|||
Loading…
Reference in a new issue