From 2b6d2bd794ea35ba24c393eeca3165a28b6e158f Mon Sep 17 00:00:00 2001 From: Iosif Pravets Date: Wed, 23 Jul 2025 10:41:27 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=D1=80=D0=B5=D1=84=D0=B0=D0=BA=D1=82?= =?UTF-8?q?=D0=BE=D1=80=D0=B8=D0=BD=D0=B3=20actions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-yard.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/build-yard.yml b/.github/workflows/build-yard.yml index f12dc83..59703a8 100644 --- a/.github/workflows/build-yard.yml +++ b/.github/workflows/build-yard.yml @@ -9,6 +9,7 @@ jobs: build: runs-on: ubuntu-latest env: + DOCKER_REGISTRY_URL: ${{ secrets.DOCKER_REGISTRY_URL }} DOCKER_LOGIN: ${{ secrets.DOCKER_LOGIN }} DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }} @@ -19,11 +20,6 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - - name: Set environment variables - run: | - echo "DOCKER_REGISTRY_URL=${{ secrets.DOCKER_REGISTRY_URL }}" >> "$GITHUB_ENV" - echo "DOCKER_LOGIN=${{ secrets.DOCKER_LOGIN }}" >> "$GITHUB_ENV" - - name: Build and Push Docker image run: | echo "Собираем yard"