Skip to content

Commit

Permalink
chore: remove build_arg overwriting image versions in workflow (#3740)
Browse files Browse the repository at this point in the history
Signed-off-by: MarkAckert <mark.ackert@broadcom.com>
Co-authored-by: achmelo <37397715+achmelo@users.noreply.github.com>
  • Loading branch information
MarkAckert and achmelo authored Sep 4, 2024
1 parent 5422e4d commit 5c9e827
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/build-conformant-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 5c9e827

Please sign in to comment.