@@ -16,7 +16,7 @@ This action builds a *single* container image using `bake`. It does the followin
1616
17171 . Free disk space to avoid running out of disk space during larger builds.
18182 . Build the image using ` bake ` which internally uses ` docker buildx ` .
19- 3 . Temporarily retag the image to use ` localhost ` instead of ` docker .stackable.tech/stackable ` .
19+ 3 . Temporarily retag the image to use ` localhost ` instead of ` oci .stackable.tech/sdp ` .
20204 . Produce output values to be used in later steps.
2121
2222This action is considered to be the ** single** source of truth regarding image index tag and image
@@ -25,7 +25,7 @@ manifest tag. All subsequent tasks must use these values to ensure consistency.
2525Currently, bake provides the following ouput in the ` bake-target-tags ` file:
2626
2727``` plain
28- docker .stackable.tech/stackable /kafka:3.4.1-stackable0.0.0-dev-amd64
28+ oci .stackable.tech/sdp /kafka:3.4.1-stackable0.0.0-dev-amd64
2929```
3030
3131Until bake supports the ability to specify the registry, this action will retag the image as:
@@ -43,7 +43,7 @@ localhost/kafka:3.4.1-stackable0.0.0-dev-amd64
4343
4444- ` product-name ` (eg: ` kafka ` )
4545- ` product-version ` (eg: ` 3.4.1 ` )
46- - ` image-tools-version ` (eg: ` 0.0.13 ` )
46+ - ` image-tools-version ` (eg: ` 0.0.14 ` )
4747- ` bake-config-file ` (defaults to ` ./conf.py ` )
4848- ` sdp-version ` (defaults to: ` 0.0.0-dev ` )
4949- ` extra-tag-data ` (optional, eg. ` pr321 ` )
0 commit comments