v2:
Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
parent
208bc84c74
commit
014cc162b2
@ -8,15 +8,29 @@ permissions:
|
|||||||
packages: write
|
packages: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
buf:
|
main-act:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
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: ${{ github.event.repository.name }}
|
COMPOSE_SERVICE_NAME: ${{ gitea.event.repository.name }}
|
||||||
|
CI_TOKEN: ${{ secrets.PROD_REG_TOKEN }}
|
||||||
|
S_URL: ${${{ gitea.server_url }}##*/}
|
||||||
steps:
|
steps:
|
||||||
- run: |
|
- name: Print
|
||||||
echo $DOCKER_IMG - $COMPOSE_PROJECT_NAME - $COMPOSE_SERVICE_NAME
|
run: env | sort
|
||||||
|
|
||||||
|
# - name: Checkout Git
|
||||||
|
# uses: actions/checkout@v4
|
||||||
|
# with:
|
||||||
|
# token: CI_TOKEN
|
||||||
|
# submodules: recursive
|
||||||
|
# - name: Login to Docker Hub
|
||||||
|
# uses: docker/login-action@v3
|
||||||
|
# with:
|
||||||
|
# registry: git.kahrobatoken.com
|
||||||
|
# username: ${{ secrets.PROD_REG_USER }}
|
||||||
|
# password: ${{ secrets.PROD_REG_TOKEN }}
|
||||||
|
|
||||||
recover:
|
recover:
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user