Files
dockerfiles/.gitea/workflows/build_and_push.yaml
Uwe Hermann 09e68d3287
Some checks failed
build_and_push / build_and_push (push) Failing after 13m40s
* MOD: again finalize tests stage holy crap#4
Signed-off-by: Uwe Hermann <uh@uleenucks.de>
2024-01-20 13:40:48 +01:00

20 lines
474 B
YAML

---
name: build_and_push
on:
- push
jobs:
lint:
name: build_and_push
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