Skip to content

Commit

Permalink
add rok8s config
Browse files Browse the repository at this point in the history
  • Loading branch information
rbren committed Jun 2, 2020
1 parent 74a025a commit fc006a5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .circleci/build.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
DOCKERFILE='Dockerfile'

EXTERNAL_REGISTRY_BASE_DOMAIN=quay.io
REPOSITORY_NAME=fairwinds/nova
DOCKERTAG=${EXTERNAL_REGISTRY_BASE_DOMAIN}/${REPOSITORY_NAME}
if [[ -n $CI_TAG ]]; then
ADDITIONAL_DOCKER_TAG_VERSIONS=()
ADDITIONAL_DOCKER_TAG_VERSIONS+=(`echo $CI_TAG | sed -e 's/\(\w\+\)\..*$/\1/'`)
ADDITIONAL_DOCKER_TAG_VERSIONS+=(`echo $CI_TAG | sed -e 's/\(\w\+\.\w\+\)\..*$/\1/'`)
fi

0 comments on commit fc006a5

Please sign in to comment.