Signed-off-by: Uwe Hermann <uh@uleenucks.de>
This commit is contained in:
@@ -6,13 +6,17 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
name: build_and_push
|
name: build_and_push
|
||||||
runs-on: docker-stable
|
runs-on: ubuntu-stable
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: sh
|
shell: sh
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
- name: Install docker
|
||||||
|
run: curl -fsSL https://get.docker.com -o get-docker.sh | sh
|
||||||
|
- name: Install parallel
|
||||||
|
run: apt install parallel -y
|
||||||
- name: Login to docker
|
- name: Login to docker
|
||||||
run: docker login -u uleenucks -p ${{ secrets.CI_TOKEN }}
|
run: docker login -u uleenucks -p ${{ secrets.CI_TOKEN }}
|
||||||
- name: Build docker container
|
- name: Build docker container
|
||||||
run: ./build-all.sh
|
run: ./build-all.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user