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