From 5c9e827c76912ac1927d49f2bcc89a5a82fe8733 Mon Sep 17 00:00:00 2001 From: Mark Ackert <35308966+MarkAckert@users.noreply.github.com> Date: Wed, 4 Sep 2024 04:37:39 -0400 Subject: [PATCH] chore: remove build_arg overwriting image versions in workflow (#3740) Signed-off-by: MarkAckert Co-authored-by: achmelo <37397715+achmelo@users.noreply.github.com> --- .github/workflows/build-conformant-images.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/build-conformant-images.yml b/.github/workflows/build-conformant-images.yml index 95118c77c0..4099efcac9 100644 --- a/.github/workflows/build-conformant-images.yml +++ b/.github/workflows/build-conformant-images.yml @@ -47,11 +47,6 @@ jobs: matrix: service: [ gateway-service, discovery-service, api-catalog-services, caching-service, metrics-service, cloud-gateway-service ] os: [ ubuntu, ubi ] - include: - - os: ubuntu - BUILD_ARG_LIST: ZOWE_BASE_IMAGE=latest-ubuntu - - os: ubi - BUILD_ARG_LIST: ZOWE_BASE_IMAGE=latest-ubi runs-on: ubuntu-latest if: ${{ inputs.service == 'all' }} steps: @@ -93,11 +88,6 @@ jobs: matrix: service: [ gateway-service, discovery-service, api-catalog-services, caching-service, metrics-service, cloud-gateway-service ] os: [ ubuntu, ubi ] - include: - - os: ubuntu - BUILD_ARG_LIST: ZOWE_BASE_IMAGE=latest-ubuntu - - os: ubi - BUILD_ARG_LIST: ZOWE_BASE_IMAGE=latest-ubi runs-on: ubuntu-latest if: ${{ inputs.service == 'all' }} steps: @@ -185,11 +175,6 @@ jobs: matrix: arch: [ amd64, s390x ] os: [ ubuntu, ubi ] - include: - - os: ubuntu - BUILD_ARG_LIST: ZOWE_BASE_IMAGE=latest-ubuntu - - os: ubi - BUILD_ARG_LIST: ZOWE_BASE_IMAGE=latest-ubi runs-on: ubuntu-latest if: ${{ inputs.service != 'all' }} steps: