From 5947641afc1ea2f569c12ee9927ef636649c3a7b Mon Sep 17 00:00:00 2001 From: Nikita Fedkin Date: Tue, 1 Oct 2024 08:12:26 +0200 Subject: [PATCH] =?UTF-8?q?=D0=92=D0=B5=D1=80=D1=81=D0=B8=D1=8F=20=D0=B5?= =?UTF-8?q?=D0=B4=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a16e693..2f3174e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,6 +32,7 @@ jobs: ONEC_USERNAME: ${{ secrets.ONEC_USERNAME}} ONEC_PASSWORD: ${{ secrets.ONEC_PASSWORD}} ONEC_VERSION: '8.3.24.1624' + EDT_VERSION: '2021.2.7' run: | docker run -d -p 5000:5000 --name registry registry:2 ./${{ matrix.script }}