mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
ci: disable docker build summary (#25685)
This commit is contained in:
committed by
GitHub
parent
b26995c3d5
commit
6f7d789b1d
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -193,6 +193,8 @@ jobs:
|
||||
|
||||
- name: Build nomad-builder image
|
||||
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6
|
||||
env:
|
||||
DOCKER_BUILD_SUMMARY: false
|
||||
with:
|
||||
platforms: linux/amd64 # we only ever build amd64 images because we always run on amd64 runners and cross-compile inside the container if needed
|
||||
context: .github/nomad-builder/
|
||||
|
||||
Reference in New Issue
Block a user