Skip to content

Commit fa64857

Browse files
committed
Update build.yaml
1 parent 745ff3c commit fa64857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
for JSON_CONFIG in `docker compose -f docker-compose.build.yml config --format json | jq -c '.services|to_entries[]'`;
119119
do
120120
SERVICE_NAME=`echo $JSON_CONFIG | jq -r '.key'`
121-
IMAGE_TEMPLATE=`jq -r '.value.image'`
121+
IMAGE_TEMPLATE=`echo $JSON_CONFIG | jq -r '.value.image'`
122122
IMAGE_NAME=`echo $IMAGE_TEMPLATE | cut -d "/" -f 2 | cut -d ":" -f 1`
123123
IMAGE="$IMAGE_TEMPLATE$CODE_VERSION"
124124

0 commit comments

Comments
 (0)