proto/.gitea/workflows/test.yaml
nfel d0354d77f1
v2: test env
Signed-off-by: nfel <nfilsaraee@gmail.com>
2024-11-26 11:56:49 +03:30

20 lines
458 B
YAML

name: Buf CI
on:
push:
permissions:
contents: write
pull-requests: write
packages: write
jobs:
buf:
runs-on: ubuntu-latest
env:
DOCKER_IMG: ${{ gitea.server_url }}/${{ gitea.repository }}:${{ gitea.ref_name }}
COMPOSE_PROJECT_NAME: ${{ gitea.ref_name }}-services
COMPOSE_SERVICE_NAME: $${ ${{ gitea.repository }}##*/ }
steps:
- run: |
echo $DOCKER_IMG - $COMPOSE_PROJECT_NAME - $COMPOSE_SERVICE_NAME