File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 44 @ just --list
55
66# ── Configuration ─────────────────────────────────────────────────────
7- export image_name := env (" BUILD_IMAGE_NAME" , " ghcr.io/projectbluefin/ dakota" )
7+ export image_name := env (" BUILD_IMAGE_NAME" , " dakota" )
88export image_tag := env (" BUILD_IMAGE_TAG" , " latest" )
99export base_dir := env (" BUILD_BASE_DIR" , " ." )
1010export filesystem := env (" BUILD_FILESYSTEM" , " btrfs" )
5858 echo " oci-image-created: '${OCI_IMAGE_CREATED}'" >> include/ revisions.yml
5959 echo " oci-image-version: '${OCI_IMAGE_VERSION}'" >> include/ revisions.yml
6060
61- echo " oci-image-name: '{{ image_name } } '" >> include/ revisions.yml
61+ echo " oci-image-name: '${IMAGE_REGISTRY}/${IMAGE_NAME }'" >> include/ revisions.yml
6262 echo " oci-image-tag: '{{ image_tag}} '" >> include/ revisions.yml
6363
6464 echo " ==> Building OCI image with BuildStream (inside bst2 container)..."
You can’t perform that action at this time.
0 commit comments