Skip to content

Commit

Permalink
build update [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
nleach999 committed Jul 30, 2021
1 parent 5a0d349 commit 629602e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,9 @@ jobs:
unzip tmp/CxAnalytix*.linux-x64.zip -d docker
docker login -u ${GITHUB_USER} -p ${GITHUB_TOKEN} docker.pkg.github.com
docker build -f Dockerfile -t ${DOCKER_REPO}:${CIRCLE_TAG} -t ${DOCKER_REPO}:${CIRCLE_SHA1} -t ${DOCKER_REPO}:latest -t ${DOCKER_REPO} docker
docker push ${DOCKER_REPO}
docker push ${DOCKER_REPO}:${CIRCLE_TAG}
docker push ${DOCKER_REPO}:${CIRCLE_SHA1}
docker push ${DOCKER_REPO}:latest
docker-push-pre-release:
docker:
Expand All @@ -132,7 +134,8 @@ jobs:
unzip tmp/CxAnalytix*.linux-x64.zip -d docker
docker login -u ${GITHUB_USER} -p ${GITHUB_TOKEN} docker.pkg.github.com
docker build -f Dockerfile -t ${DOCKER_REPO}:${CIRCLE_TAG} -t ${DOCKER_REPO}:${CIRCLE_SHA1} -t ${DOCKER_REPO} docker
docker push ${DOCKER_REPO}
docker push ${DOCKER_REPO}:${CIRCLE_TAG}
docker push ${DOCKER_REPO}:${CIRCLE_SHA1}
workflows:
version: 2
Expand Down

0 comments on commit 629602e

Please sign in to comment.