Push images from builds
Some checks failed
Mobymask Demo Build / Run mobymask-v3-demo test suite (push) Failing after 5m0s
Some checks failed
Mobymask Demo Build / Run mobymask-v3-demo test suite (push) Failing after 5m0s
This commit is contained in:
parent
888a9a7230
commit
fc676581d6
@ -37,5 +37,8 @@ jobs:
|
||||
run: ./scripts/create_build_tag_file.sh
|
||||
- name: "Build local shiv package"
|
||||
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"
|
||||
run: ./tests/mobymask-v3-demo/run-test.sh
|
||||
|
@ -37,5 +37,8 @@ jobs:
|
||||
run: ./scripts/create_build_tag_file.sh
|
||||
- name: "Build local shiv package"
|
||||
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"
|
||||
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
|
||||
# with and without volume removal
|
||||
$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