[CI] Fix image merge bug (#5197)
### What this PR does / why we need it? Some tiny bugfix for https://github.com/vllm-project/vllm-ascend/pull/5175 Signed-off-by: wangli <wangli858794774@gmail.com>
This commit is contained in:
13
.github/workflows/_pr_image_build.yaml
vendored
13
.github/workflows/_pr_image_build.yaml
vendored
@@ -166,7 +166,12 @@ jobs:
|
||||
DIGESTS=$(printf "$IMAGE@sha256:%s " $(ls ${{ runner.temp }}/digests))
|
||||
|
||||
echo "Digests: $DIGESTS"
|
||||
echo "Current tags: $TAGS"
|
||||
docker buildx imagetools create \
|
||||
-t TAGS \
|
||||
$DIGESTS
|
||||
echo "Current tags:"
|
||||
echo "$TAGS"
|
||||
|
||||
for tag in $TAGS; do
|
||||
echo "Creating tag $tag"
|
||||
docker buildx imagetools create \
|
||||
-t "$tag" \
|
||||
$DIGESTS
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user