* MOD: finalize tests stage
build_and_push / build_and_push (push) Has been cancelled

Signed-off-by: Uwe Hermann <uh@uleenucks.de>
This commit is contained in:
2024-01-20 13:20:07 +01:00
parent 96c7be24eb
commit 29acf11b72
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -9,6 +9,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: cat config.json
run: cat config.json
- name: Install docker - name: Install docker
run: curl -fsSL https://get.docker.com | sh run: curl -fsSL https://get.docker.com | sh
- name: Install parallel - name: Install parallel
+1
View File
@@ -27,6 +27,7 @@ build_and_push_kaniko(){
-v "$(pwd)/${build_dir}:/workspace" \ -v "$(pwd)/${build_dir}:/workspace" \
gcr.io/kaniko-project/executor:debug \ gcr.io/kaniko-project/executor:debug \
--destination "${REPO_URL}/${base}:${suite}" --force \ --destination "${REPO_URL}/${base}:${suite}" --force \
--context dir:///workspace/
|| return 1 || return 1
# on successful build, push the image # on successful build, push the image