Initial commit
Some checks failed
/ build (push) Failing after 23s

This commit is contained in:
phil 2024-10-27 02:09:13 +02:00
parent 1da1965b3c
commit 5b5258428b
7 changed files with 72 additions and 27 deletions

View file

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