* MOD: workflow tests
Some checks failed
Build and push / check and test (push) Successful in 6s
Build and push / build_and_push (push) Failing after 2s

Signed-off-by: Uwe Hermann <uh@uleenucks.de>
This commit is contained in:
2024-01-21 13:31:42 +01:00
parent 7046ed0d9e
commit 3737ef0ee3

View File

@@ -31,4 +31,4 @@ jobs:
# run: ./build-all.sh && exit 0
- name: Use kaniko image
image: gcr.io/kaniko-project/executor:debug
run: cp config.json /kaniko/.docker/config.json && cp plugin.sh /kaniko/plugin.sh && /kaniko/plugin.sh
run: mkdir -p /kaniko/.docker && cp config.json /kaniko/.docker/config.json && cp plugin.sh /kaniko/plugin.sh && /kaniko/plugin.sh