From f0573b29f0f41e07f8251c40357d03c27edb33e5 Mon Sep 17 00:00:00 2001 From: Ondrej Kosarko Date: Fri, 8 Nov 2024 15:51:03 +0100 Subject: [PATCH] github build action update Use different tags/images when building customer/uk with github actions --- .github/workflows/build.yml | 4 ++-- scripts/sourceversion.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1387bdd664a..4edc13dca87 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,8 +22,8 @@ jobs: # Direct that step to utilize a DSpace REST service that has been started in docker. # Spin up UI on 127.0.0.1 to avoid host resolution issues in e2e tests with Node 18+ INSTANCE: '2' - DSPACE_CI_IMAGE: 'ufal/dspace:dspace-7_x-test' - DSPACE_SOLR_IMAGE: ufal/dspace-solr:dspace-7_x + DSPACE_CI_IMAGE: 'ufal/dspace:customer-uk-test' + DSPACE_SOLR_IMAGE: ufal/dspace-solr:customer-uk DSPACE_REST_HOST: 127.0.0.1 DSPACE_REST_PORT: 8080 DSPACE_REST_NAMESPACE: '/server' diff --git a/scripts/sourceversion.py b/scripts/sourceversion.py index c6d50504613..c3fbc90aac9 100644 --- a/scripts/sourceversion.py +++ b/scripts/sourceversion.py @@ -9,7 +9,7 @@ # It must also cooperate with argparse # the idea is, that this will be different on each branch, but could be possibly passed by argv/argparse -RELEASE_TAG_BASE='none' +RELEASE_TAG_BASE='drruk' def get_time_in_timezone(zone: str = "Europe/Bratislava"): try: