v2: test env

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
nfel 2024-11-26 11:56:49 +03:30
parent b6cd325104
commit d0354d77f1
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -10,9 +10,10 @@ permissions:
jobs: jobs:
buf: buf:
runs-on: ubuntu-latest 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: steps:
- run: | - run: |
echo ${{ gitea.repository }} echo $DOCKER_IMG - $COMPOSE_PROJECT_NAME - $COMPOSE_SERVICE_NAME
echo ${{ gitea.ref_name }}