forked from cerc-io/stack-orchestrator
Push images from builds
This commit is contained in:
parent
888a9a7230
commit
fc676581d6
@ -37,5 +37,8 @@ jobs:
|
|||||||
run: ./scripts/create_build_tag_file.sh
|
run: ./scripts/create_build_tag_file.sh
|
||||||
- name: "Build local shiv package"
|
- name: "Build local shiv package"
|
||||||
run: ./scripts/build_shiv_package.sh
|
run: ./scripts/build_shiv_package.sh
|
||||||
|
- name: "Login to image registry"
|
||||||
|
run: |
|
||||||
|
echo ${{ secrets.CICD_PUBLISH_TOKEN }} | docker login https://git.vdb.to -u cerccicd --password-stdin
|
||||||
- name: "Run mobymask v3 tests"
|
- name: "Run mobymask v3 tests"
|
||||||
run: ./tests/mobymask-v3-demo/run-test.sh
|
run: ./tests/mobymask-v3-demo/run-test.sh
|
||||||
|
@ -37,5 +37,8 @@ jobs:
|
|||||||
run: ./scripts/create_build_tag_file.sh
|
run: ./scripts/create_build_tag_file.sh
|
||||||
- name: "Build local shiv package"
|
- name: "Build local shiv package"
|
||||||
run: ./scripts/build_shiv_package.sh
|
run: ./scripts/build_shiv_package.sh
|
||||||
|
- name: "Login to image registry"
|
||||||
|
run: |
|
||||||
|
echo ${{ secrets.CICD_PUBLISH_TOKEN }} | docker login https://git.vdb.to -u cerccicd --password-stdin
|
||||||
- name: "Run mobymask v3 tests"
|
- name: "Run mobymask v3 tests"
|
||||||
run: ./tests/mobymask-v3-demo/run-test.sh
|
run: ./tests/mobymask-v3-demo/run-test.sh
|
||||||
|
@ -22,4 +22,4 @@ mkdir -p $CERC_REPO_BASE_DIR
|
|||||||
# Test bringing the test container up and down
|
# Test bringing the test container up and down
|
||||||
# with and without volume removal
|
# with and without volume removal
|
||||||
$TEST_TARGET_SO --stack ${stack} setup-repositories
|
$TEST_TARGET_SO --stack ${stack} setup-repositories
|
||||||
$TEST_TARGET_SO --stack ${stack} build-containers
|
$TEST_TARGET_SO --stack ${stack} build-containers --publish-images --image-registry git.vdb.to/cerc-io
|
||||||
|
Loading…
Reference in New Issue
Block a user