This commit is contained in:
2025-01-21 16:19:51 +03:00
parent 081417b73f
commit 9dc8a68fcf
2 changed files with 2 additions and 3 deletions

View File

@@ -14,7 +14,6 @@ jobs:
build: build:
runs-on: gpu runs-on: gpu
env: env:
#DOCKER_HOST: tcp://${{ matrix.config.host }}:2376
CR_REGISTRY: crp8vh46gd976oq8ipla CR_REGISTRY: crp8vh46gd976oq8ipla
CR_REPO: ${{ github.event.repository.name }} CR_REPO: ${{ github.event.repository.name }}
IMAGE_TAG: ${{ github.sha }} IMAGE_TAG: ${{ github.sha }}

View File

@@ -41,8 +41,8 @@ jobs:
hub/data/tach/${{ inputs.environment }}/${{github.event.repository.name}} * | PFX_; hub/data/tach/${{ inputs.environment }}/${{github.event.repository.name}} * | PFX_;
- name: Save envs - name: Save envs
run: | run: |
for var in $(env| grep '^PFX_'); do echo "${var:4} >> .env"; done for var in $(env| grep '^PFX_'); do echo "${var:4}" >> .env; done
export .env source .env
echo 1111 echo 1111
cat .env cat .env
- name: Deploy - name: Deploy