From f98d6a4ae3f0ef9bc8b8c46d60a27989857f69b4 Mon Sep 17 00:00:00 2001 From: Danil Titarenko <77471369+danilapog@users.noreply.github.com> Date: Tue, 31 Jan 2023 17:05:26 +0300 Subject: [PATCH] Fix ucs build (#574) Links on packages was update --- .github/workflows/stable-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stable-build.yml b/.github/workflows/stable-build.yml index f9ccdb7..d0cc970 100644 --- a/.github/workflows/stable-build.yml +++ b/.github/workflows/stable-build.yml @@ -114,11 +114,11 @@ jobs: run: | set -eux export PRODUCT_EDITION=${{ matrix.edition }} - export PACKAGE_BASEURL=${{ secrets.REPO_BASEURL_OLD }}/testing/ubuntu + export PACKAGE_BASEURL=${{ secrets.REPO_BASEURL }}/test export DOCKERFILE=Dockerfile export BASE_IMAGE=ubuntu:20.04 export PG_VERSION=12 export TAG=${{ github.event.inputs.tag }} - export PACKAGE_VERSION=$( echo ${TAG} | sed -E 's/(.*)\./\1-/') + export PACKAGE_VERSION=$( echo ${TAG} | sed -E 's/(.*)\./\1-/')~stretch docker buildx bake -f docker-bake.hcl documentserver-ucs --push shell: bash