* MOD: workflow tests
Build and push / check and test (push) Failing after 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:25:09 +01:00
parent b6f1f947b4
commit 38c2b5c2f6
2 changed files with 100 additions and 8 deletions
+11 -8
View File
@@ -21,11 +21,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Login to docker
run: mkdir -p $HOME/.docker && cp config.json $HOME/.docker/config.json
- name: Install docker
run: curl -fsSL https://get.docker.com | sh
- name: Install parallel
run: apt install parallel -y
- name: Build docker container
run: ./build-all.sh && exit 0
# - name: Login to docker
# run: mkdir -p $HOME/.docker && cp config.json $HOME/.docker/config.json
# - name: Install docker
# run: curl -fsSL https://get.docker.com | sh
# - name: Install parallel
# run: apt install parallel -y
# - name: Build docker container
# 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