Signed-off-by: Uwe Hermann <uh@uleenucks.de>
This commit is contained in:
@@ -9,6 +9,8 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: cat config.json
|
||||
run: cat config.json
|
||||
- name: Install docker
|
||||
run: curl -fsSL https://get.docker.com | sh
|
||||
- name: Install parallel
|
||||
|
||||
@@ -27,6 +27,7 @@ build_and_push_kaniko(){
|
||||
-v "$(pwd)/${build_dir}:/workspace" \
|
||||
gcr.io/kaniko-project/executor:debug \
|
||||
--destination "${REPO_URL}/${base}:${suite}" --force \
|
||||
--context dir:///workspace/
|
||||
|| return 1
|
||||
|
||||
# on successful build, push the image
|
||||
|
||||
Reference in New Issue
Block a user