Skip to content

Commit

Permalink
Update get_container_image.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Eli-Meitner committed Jul 19, 2022
1 parent 800e98b commit 5ce2fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/get_container_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ elif [[ "$IMAGE" == *"latest"* ]]; then
jq -n --arg image "$ECR/$XAPP_NAME-main:latest" '{ "image": $image }'
else
jq -n --arg image "$ECR/soa-base" '{ "image": $image }'
fi
fi

0 comments on commit 5ce2fb7

Please sign in to comment.