V2: updating to new proto schema. domain seperated packages #36

Merged
nfel merged 327 commits from v2 into dev 2026-07-21 10:59:54 +00:00
Showing only changes of commit 208bc84c74 - Show all commits
+3 -1
View File
@@ -13,7 +13,7 @@ jobs:
env: env:
DOCKER_IMG: ${{ gitea.server_url }}/${{ gitea.repository }}:${{ gitea.ref_name }} DOCKER_IMG: ${{ gitea.server_url }}/${{ gitea.repository }}:${{ gitea.ref_name }}
COMPOSE_PROJECT_NAME: ${{ gitea.ref_name }}-services COMPOSE_PROJECT_NAME: ${{ gitea.ref_name }}-services
COMPOSE_SERVICE_NAME: ${{ gitea.repository ##*/ }} COMPOSE_SERVICE_NAME: ${{ github.event.repository.name }}
steps: steps:
- run: | - run: |
echo $DOCKER_IMG - $COMPOSE_PROJECT_NAME - $COMPOSE_SERVICE_NAME echo $DOCKER_IMG - $COMPOSE_PROJECT_NAME - $COMPOSE_SERVICE_NAME
@@ -22,3 +22,5 @@ jobs:
steps: steps:
- name: The job has failed - name: The job has failed
if: ${{ failure() }} if: ${{ failure() }}
run: echo recovering from failure