ci: Update build.yml workflow
This commit is contained in:
parent
4a6749b5a6
commit
1e531495ee
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -241,7 +241,7 @@ jobs:
|
||||||
- name: Build Release Docker Image
|
- name: Build Release Docker Image
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
env:
|
env:
|
||||||
DOCKER_BUILD_NO_SUMMARY: true
|
DOCKER_BUILD_SUMMARY: false
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: dev/build/Dockerfile
|
file: dev/build/Dockerfile
|
||||||
|
|
Loading…
Reference in a new issue