Updated docker-build-push version
This commit is contained in:
parent
5cd82f9dd5
commit
7866f7258a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lint_and_test.yml
vendored
2
.github/workflows/lint_and_test.yml
vendored
|
|
@ -29,7 +29,7 @@ jobs:
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
||||||
- name: Build docker image
|
- name: Build docker image
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./docker/dev.Dockerfile
|
file: ./docker/dev.Dockerfile
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue