Skip to content
This repository was archived by the owner on Jan 25, 2023. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Holzer committed Aug 22, 2022
1 parent 9b9f93b commit 12200e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ commands:
name: Set git tag image tagging env
command: |
echo 'export VERSION_TAG=${CIRCLE_TAG}' >> "$BASH_ENV"
echo 'export BRANCH_IMAGE_TAG=${CIRCLE_TAG}-<< parameters.arch-tag >><<# parameters.squash >>-squash<</ parameters.squash >>' >> "$BASH_ENV"
echo 'export BRANCH_IMAGE_TAG=${CIRCLE_TAG}<<# parameters.squash >>-squash<</ parameters.squash >>-<< parameters.arch-tag >>' >> "$BASH_ENV"
echo 'export BRANCH_IMAGE_URL=<< parameters.image-name >>:${BRANCH_IMAGE_TAG}' >> "$BASH_ENV"
echo 'export IMAGE_TAG_LIST=${BRANCH_IMAGE_TAG}' >> "$BASH_ENV"
Expand Down

0 comments on commit 12200e6

Please sign in to comment.