* MOD: again finalize tests stage
Some checks failed
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:33:32 +01:00
parent b69c6d2c25
commit 4d79420110
2 changed files with 71 additions and 66 deletions

View File

@@ -6,12 +6,13 @@ on:
jobs:
lint:
name: build_and_push
runs-on: ubuntu-latest
runs-on: docker-stable
defaults:
run:
shell: sh
steps:
- uses: actions/checkout@v4
- name: Install docker
run: curl -fsSL https://get.docker.com | sh
- name: Install parallel
run: apt install parallel -y
- name: build_and_push
run: ./build-all.sh
- name: Login to docker
run: docker login -u uleenucks -p ${{ secrets.CI_TOKEN }}
- name: Build docker container
run: ./build-all.sh