We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac6f1d3 commit 8a8085bCopy full SHA for 8a8085b
shard/action.yaml
@@ -12,6 +12,7 @@ outputs:
12
versions:
13
description: A list of product versions
14
value: ${{ steps.generate_shards.outputs.VERSIONS }}
15
+
16
runs:
17
using: composite
18
steps:
@@ -32,7 +33,7 @@ runs:
32
33
set -euo pipefail
34
[ -n "$GITHUB_DEBUG" ] && set -x
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]')
37
echo "VERSIONS=$VERSIONS" | tee -a "$GITHUB_OUTPUT"
38
39
- name: Print Shards
0 commit comments