diff --git a/task/gather-deploy-images/0.1/gather-deploy-images.yaml b/task/gather-deploy-images/0.1/gather-deploy-images.yaml index 7ac989e15a..7c522e84fa 100644 --- a/task/gather-deploy-images/0.1/gather-deploy-images.yaml +++ b/task/gather-deploy-images/0.1/gather-deploy-images.yaml @@ -53,6 +53,13 @@ spec: # don't check images that didn't change between the current revision and the target branch continue fi + + fi + + # Workaround for RHTAPBUGS-1284 + if [[ "$image" =~ quay.io/redhat-appstudio/dance-bootstrap-app ]]; then + # Don't check the dance-bootstrap-app image + continue fi printf "%s\n" "$image"