File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4646
4747 - name : Bake pyenv
4848 run : |
49- docker buildx bake --pull --push --file ./pyenv.hcl
49+ docker buildx bake --pull --provenance=true --sbom=true -- push --file ./pyenv.hcl
5050
5151 - name : Bake tox
5252 run : |
53- docker buildx bake --pull --push --file ./tox-base.hcl
53+ docker buildx bake --pull --provenance=true --sbom=true -- push --file ./tox-base.hcl
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ available on the host:
5858 ./create_builds.py pyenv > pyenv.hcl
5959 ./create_builds.py tox-base > tox-base.hcl
6060 docker login
61- docker buildx bake --pull --push --file ./pyenv.hcl
62- docker buildx bake --pull --push --file ./tox-base.hcl
61+ docker buildx bake --pull --push --file ./pyenv.hcl --provenance=true --sbom=true
62+ docker buildx bake --pull --push --file ./tox-base.hcl --provenance=true --sbom=true
6363
6464The ` create_builds.py ` script output includes the Docker commands above as HCL file comments.
You can’t perform that action at this time.
0 commit comments