CI: use specfic Containerfile for the runner to build the app image
This commit is contained in:
parent
01341a0cd9
commit
53c8996a3b
2 changed files with 15 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
on:
|
||||
push:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: container
|
||||
|
@ -26,7 +27,7 @@ jobs:
|
|||
image: treetrail-srv
|
||||
#tags: foo # v1 ${{ github.sha }}
|
||||
containerfiles: |
|
||||
./Containerfile
|
||||
./Containerfile.for_runner
|
||||
|
||||
- uses: actions/push-to-registry@v2
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue