parent
1da1965b3c
commit
5b5258428b
7 changed files with 72 additions and 27 deletions
|
@ -5,7 +5,7 @@ jobs:
|
|||
build:
|
||||
runs-on: container
|
||||
container:
|
||||
image: tiptop:5000/treetrail-backend-ci-base
|
||||
image: tiptop:5000/treetrail-backend-ci
|
||||
volumes:
|
||||
- "/root/.cache/uv:uv_cache"
|
||||
services:
|
||||
|
@ -24,7 +24,7 @@ jobs:
|
|||
- name: Build container
|
||||
uses: actions/buildah-build@v1
|
||||
with:
|
||||
image: treetrail-srv
|
||||
image: treetrail-backend
|
||||
#tags: foo # v1 ${{ github.sha }}
|
||||
containerfiles: |
|
||||
./Containerfile.for_runner
|
||||
|
@ -32,5 +32,5 @@ jobs:
|
|||
- uses: actions/push-to-registry@v2
|
||||
with:
|
||||
registry: "docker://${{ vars.REPOSITORY }}"
|
||||
image: treetrail-srv
|
||||
image: treetrail-backend
|
||||
tags: latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue