CI: use specfic Containerfile for the runner to build the app image

This commit is contained in:
phil 2024-10-26 00:33:57 +02:00
parent 01341a0cd9
commit 53c8996a3b
2 changed files with 15 additions and 1 deletions

View file

@ -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: