Skip to content

Commit

Permalink
ci: bugfix, missing test_image tag for release
Browse files Browse the repository at this point in the history
  • Loading branch information
nicob87 authored and grs committed Dec 9, 2020
1 parent dddcf18 commit ecc0e78
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 @@ -320,6 +320,7 @@ jobs:
command: |
echo 'export SERVICE_CONTROLLER_IMAGE=quay.io/nicob87/service-controller:${CIRCLE_TAG}' >> $BASH_ENV
echo 'export SITE_CONTROLLER_IMAGE=quay.io/nicob87/site-controller:${CIRCLE_TAG}' >> $BASH_ENV
echo 'export TEST_IMAGE=quay.io/nicob87/skupper-tests:${CIRCLE_TAG}' >> $BASH_ENV
source $BASH_ENV
make -e docker-build
make -e docker-push

0 comments on commit ecc0e78

Please sign in to comment.