* MOD: again finalize tests stage holy crap#4
Some checks failed
build_and_push / build_and_push (push) Failing after 13m40s
Some checks failed
build_and_push / build_and_push (push) Failing after 13m40s
Signed-off-by: Uwe Hermann <uh@uleenucks.de>
This commit is contained in:
@@ -9,11 +9,11 @@ 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: Login to docker
|
||||
run: docker login -u uleenucks -p "${{ secrets.CI_TOKEN }}"
|
||||
- name: Build docker container
|
||||
run: ./build-all.sh
|
||||
|
||||
Reference in New Issue
Block a user