File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111# set docker tag for all steps
1212env :
1313 DOCKERTAG : latest
14+ DOCKER_BUILD_SUMMARY : 0
15+ DOCKER_BUILD_RECORD_UPLOAD : 0
1416
1517jobs :
1618 docker_build :
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 }}
Original file line number Diff line number Diff line change 1111# set docker tag for all steps
1212env :
1313 DOCKERTAG : ${{ github.head_ref || github.ref_name }}
14+ DOCKER_BUILD_SUMMARY : 0
15+ DOCKER_BUILD_RECORD_UPLOAD : 0
1416
1517jobs :
1618 docker_build :
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 }}
You can’t perform that action at this time.
0 commit comments