work in progress [might break]
This commit is contained in:
parent
656abb6ddb
commit
555c3a2ec0
|
@ -12,6 +12,9 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs:
|
steps:
|
||||||
using: 'docker'
|
- name: Check out code
|
||||||
image: 'Dockerfile'
|
uses: actions/checkout@v3
|
||||||
|
- name: Build docker images
|
||||||
|
run: ./build.sh
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue