Report information about errors deployments
This commit is contained in:
parent
d5a0d34e37
commit
febd7cf3e2
9 changed files with 41 additions and 25 deletions
|
|
@ -20,10 +20,10 @@ source $DIR/common.sh
|
|||
|
||||
IMAGE=$(make -s -C $DIR/../ image-info)
|
||||
|
||||
if docker_tag_exists "aledbf/nginx-ingress-controller" $(echo $IMAGE | jq .tag); then
|
||||
if docker_tag_exists "kubernetes-ingress-controller/nginx-ingress-controller" $(echo $IMAGE | jq .tag); then
|
||||
echo "Image already published"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
echo "building aledbf/nginx-ingress-controller image..."
|
||||
echo "building kubernetes-ingress-controller/nginx-ingress-controller image..."
|
||||
make -C $DIR/../ release
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ source $DIR/common.sh
|
|||
|
||||
IMAGE=$(make -s -C $DIR/../images/nginx-slim image-info)
|
||||
|
||||
if docker_tag_exists "aledbf/nginx-slim" $(echo $IMAGE | jq .tag); then
|
||||
if docker_tag_exists "kubernetes-ingress-controller/nginx-slim" $(echo $IMAGE | jq .tag); then
|
||||
echo "Image already published"
|
||||
exit 0
|
||||
fi
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ source $DIR/common.sh
|
|||
|
||||
IMAGE=$(make -s -C $DIR/../images/ubuntu-slim image-info)
|
||||
|
||||
if docker_tag_exists "aledbf/ubuntu-slim" $(echo $IMAGE | jq .tag); then
|
||||
if docker_tag_exists "kubernetes-ingress-controller/ubuntu-slim" $(echo $IMAGE | jq .tag); then
|
||||
echo "Image already published"
|
||||
exit 0
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue