Skip to content

Commit

Permalink
Issue fabric8-services#259 Fix quay image path
Browse files Browse the repository at this point in the history
  • Loading branch information
jmelis authored and sthaha committed Jul 17, 2018
1 parent 0c59284 commit de2fc54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ REGISTRY_IMAGE = fabric8-jenkins-idler

ifeq ($(TARGET),rhel)
DOCKERFILE_DEPLOY := Dockerfile.deploy.rhel
REGISTRY_URL = ${REGISTRY_URI}/rhel-${REGISTRY_NS}-${REGISTRY_IMAGE}
REGISTRY_URL = ${REGISTRY_URI}/openshiftio/rhel-${REGISTRY_NS}-${REGISTRY_IMAGE}
else
DOCKERFILE_DEPLOY := Dockerfile.deploy
REGISTRY_URL = ${REGISTRY_URI}/${REGISTRY_NS}-${REGISTRY_IMAGE}
REGISTRY_URL = ${REGISTRY_URI}/openshiftio/${REGISTRY_NS}-${REGISTRY_IMAGE}
endif

IMAGE_TAG ?= $(shell git rev-parse --short HEAD)
Expand Down

0 comments on commit de2fc54

Please sign in to comment.