Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Portshift-Admin committed Nov 2, 2020
1 parent 787dad0 commit 305d945
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
- run: >
if [ "${CIRCLE_TAG}" != "" ];
then
VERSION=${CIRCLE_TAG} make docker.push
VERSION=${CIRCLE_SHA1} make docker.push
docker login -u unused scan.connect.redhat.com -p ${KLAR_REDHAT_REGISTRY_KEY}
export REDHAT_REGISTRY=scan.connect.redhat.com/${KLAR_REDHAT_PROJECT_ID}
Expand Down

0 comments on commit 305d945

Please sign in to comment.