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