ci(workers): display which image to build
Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
This commit is contained in:
parent
3f2eec37f7
commit
9552ccd84b
1 changed files with 2 additions and 1 deletions
3
.github/workflows/workers.yaml
vendored
3
.github/workflows/workers.yaml
vendored
|
|
@ -55,7 +55,8 @@ jobs:
|
|||
cd backend
|
||||
for image in $(cat images_to_build.txt);
|
||||
do
|
||||
bash ./build.sh skip $image
|
||||
echo "Bulding $image"
|
||||
bash -x ./build.sh skip $image
|
||||
docker push $DOCKER_REPO/$image:$IMAGE_TAG
|
||||
echo "::set-output name=image::$DOCKER_REPO/$image:$IMAGE_TAG"
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue