Skip to content

Commit

Permalink
Merge pull request #64 from premiscale/PASS-3
Browse files Browse the repository at this point in the history
PASS-3: override image tag
  • Loading branch information
emmeowzing authored Jan 19, 2024
2 parents 690482e + b86ff00 commit 9d805b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ workflows:
image-name: pass-operator
context: nexus
nexus-domain: $DOCKER_DOMAIN
tag: $CIRCLE_TAG
args: >-
--build-arg=PYTHON_PACKAGE_VERSION=$CIRCLE_TAG
--build-arg=PYTHON_USERNAME=$NEXUS_USERNAME
Expand All @@ -97,9 +98,10 @@ workflows:
context:
- nexus
- dockerhub
tag: $CIRCLE_TAG
# This installs the artifact from my private registry instead of the public one.
args: >-
--build-arg=PYTHON_PACKAGE_VERSION=$CI_COMMIT_TAG
--build-arg=PYTHON_PACKAGE_VERSION=$CIRCLE_TAG
--build-arg=PYTHON_USERNAME=$NEXUS_USERNAME
--build-arg=PYTHON_PASSWORD=$NEXUS_PASSWORD
--build-arg=PYTHON_REPOSITORY=python
Expand Down

0 comments on commit 9d805b4

Please sign in to comment.