File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 46
46
47
47
- name : Bake pyenv
48
48
run : |
49
- docker buildx bake --pull --push --file ./pyenv.hcl
49
+ docker buildx bake --pull --provenance=true --sbom=true -- push --file ./pyenv.hcl
50
50
51
51
- name : Bake tox
52
52
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,8 @@ available on the host:
58
58
./create_builds.py pyenv > pyenv.hcl
59
59
./create_builds.py tox-base > tox-base.hcl
60
60
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
63
+ >>>>>>> 12f4940 (set provenance and sbom data)
63
64
64
65
The ` 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