Signed-off-by: Uwe Hermann <uh@uleenucks.de>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user