File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1593,8 +1593,11 @@ jobs:
15931593 run : |
15941594 set -euo pipefail
15951595 repository="${GITHUB_REPOSITORY,,}"
1596- live_image="ghcr.io/${repository}-live-test:${SELECTED_SHA}"
1596+ live_image_extensions="matrix,acpx"
1597+ live_image_tag_suffix="${live_image_extensions//,/-}"
1598+ live_image="ghcr.io/${repository}-live-test:${SELECTED_SHA}-${live_image_tag_suffix}"
15971599 echo "live_image=${live_image}" >> "$GITHUB_OUTPUT"
1600+ echo "live_image_extensions=${live_image_extensions}" >> "$GITHUB_OUTPUT"
15981601 echo "Shared live-test image: \`${live_image}\`" >> "$GITHUB_STEP_SUMMARY"
15991602
16001603 - name : Log in to GHCR
@@ -1629,7 +1632,7 @@ jobs:
16291632 file : ./Dockerfile
16301633 target : build
16311634 build-args : |
1632- OPENCLAW_EXTENSIONS=matrix,acpx
1635+ OPENCLAW_EXTENSIONS=${{ steps.image.outputs.live_image_extensions }}
16331636 platforms : linux/amd64
16341637 tags : ${{ steps.image.outputs.live_image }}
16351638 sbom : true
You can’t perform that action at this time.
0 commit comments