mirror of
https://github.com/requarks/wiki.git
synced 2026-08-17 16:24:47 -05:00
ci: disable docker build summary
This commit is contained in:
@@ -56,6 +56,8 @@ jobs:
|
||||
|
||||
- name: Build and push Docker images
|
||||
uses: docker/build-push-action@v7
|
||||
env:
|
||||
DOCKER_BUILD_SUMMARY: false
|
||||
with:
|
||||
context: .
|
||||
file: dev/build/Dockerfile
|
||||
@@ -165,6 +167,8 @@ jobs:
|
||||
|
||||
- name: Build and push Docker images
|
||||
uses: docker/build-push-action@v7
|
||||
env:
|
||||
DOCKER_BUILD_SUMMARY: false
|
||||
with:
|
||||
context: .
|
||||
file: dev/build-arm/Dockerfile
|
||||
|
||||
Reference in New Issue
Block a user