Skip to content

Commit db27cb1

Browse files
committed
apply nightly build options to latest and release
1 parent 0aa7688 commit db27cb1

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/latest.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111
# set docker tag for all steps
1212
env:
1313
DOCKERTAG: latest
14+
DOCKER_BUILD_SUMMARY: 0
15+
DOCKER_BUILD_RECORD_UPLOAD: 0
1416

1517
jobs:
1618
docker_build:
@@ -51,9 +53,12 @@ jobs:
5153
with:
5254
push: true
5355
file: Dockerfile.omd-labs-${{ matrix.os }}
56+
sbom: false
57+
provenance: false
5458
build-args: |
5559
OMD_VERSION=${{ github.ref }}
5660
INSTALL_COMMON_RETRIES=3
61+
BUILDKIT_MULTI_PLATFORM=0
5762
tags: |
5863
consol/omd-labs-${{ matrix.os }}:${{ env.DOCKERTAG }}-${{ matrix.target.platform }}
5964
ghcr.io/consol/omd-labs-docker/omd-labs-${{ matrix.os }}:${{ env.DOCKERTAG }}-${{ matrix.target.platform }}

.github/workflows/releases.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111
# set docker tag for all steps
1212
env:
1313
DOCKERTAG: ${{ github.head_ref || github.ref_name }}
14+
DOCKER_BUILD_SUMMARY: 0
15+
DOCKER_BUILD_RECORD_UPLOAD: 0
1416

1517
jobs:
1618
docker_build:
@@ -51,9 +53,12 @@ jobs:
5153
with:
5254
push: true
5355
file: Dockerfile.omd-labs-${{ matrix.os }}
56+
sbom: false
57+
provenance: false
5458
build-args: |
5559
OMD_VERSION=${{ github.ref }}
5660
INSTALL_COMMON_RETRIES=3
61+
BUILDKIT_MULTI_PLATFORM=0
5762
tags: |
5863
consol/omd-labs-${{ matrix.os }}:${{ env.DOCKERTAG }}-${{ matrix.target.platform }}
5964
ghcr.io/consol/omd-labs-docker/omd-labs-${{ matrix.os }}:${{ env.DOCKERTAG }}-${{ matrix.target.platform }}

0 commit comments

Comments
 (0)