Skip to content

Commit 8a8085b

Browse files
authored
chore(shard): Adjust boil command (#103)
1 parent ac6f1d3 commit 8a8085b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

shard/action.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ outputs:
1212
versions:
1313
description: A list of product versions
1414
value: ${{ steps.generate_shards.outputs.VERSIONS }}
15+
1516
runs:
1617
using: composite
1718
steps:
@@ -32,7 +33,7 @@ runs:
3233
set -euo pipefail
3334
[ -n "$GITHUB_DEBUG" ] && set -x
3435
35-
VERSIONS=$(boil show images "$PRODUCT_NAME" | jq --compact-output --arg product_name "$PRODUCT_NAME" '.[$product_name]')
36+
VERSIONS=$(boil image list "$PRODUCT_NAME" | jq --compact-output --arg product_name "$PRODUCT_NAME" '.[$product_name]')
3637
echo "VERSIONS=$VERSIONS" | tee -a "$GITHUB_OUTPUT"
3738
3839
- name: Print Shards

0 commit comments

Comments
 (0)