Skip to content

Commit

Permalink
remove all build-arg-list definitions
Browse files Browse the repository at this point in the history
Signed-off-by: MarkAckert <mark.ackert@broadcom.com>
  • Loading branch information
MarkAckert committed Sep 3, 2024
1 parent 245a721 commit 7d7b02f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,6 @@ jobs:
cpu-arch: amd64

- uses: zowe-actions/shared-actions/docker-build-local@main
with:
build-arg-list: ZOWE_BASE_IMAGE=latest-ubuntu
timeout-minutes: 5

build-ubuntu-s390x:
Expand All @@ -161,7 +159,6 @@ jobs:
zlinux-ssh-user: ${{ secrets.ZLINUX_SSH_USER }}
zlinux-ssh-key: ${{ secrets.ZLINUX_SSH_KEY }}
zlinux-ssh-passphrase: ${{ secrets.ZLINUX_SSH_PASSPHRASE }}
build-arg-list: ZOWE_BASE_IMAGE=latest-ubuntu
timeout-minutes: 10

define-ubuntu-manifest:
Expand Down Expand Up @@ -211,8 +208,6 @@ jobs:
redhat-registry-password: ${{ secrets.REDHAT_DEVELOPER_PASSWORD }}

- uses: zowe-actions/shared-actions/docker-build-local@main
with:
build-arg-list: ZOWE_BASE_IMAGE=latest-ubi
timeout-minutes: 5

build-ubi-s390x:
Expand Down Expand Up @@ -242,7 +237,6 @@ jobs:
redhat-registry: ${{ env.DEFAULT_REDHAT_DOCKER_REGISTRY }}
redhat-registry-user: ${{ secrets.REDHAT_DEVELOPER_USER }}
redhat-registry-password: ${{ secrets.REDHAT_DEVELOPER_PASSWORD }}
build-arg-list: ZOWE_BASE_IMAGE=latest-ubi
timeout-minutes: 10

define-ubi-manifest:
Expand Down

0 comments on commit 7d7b02f

Please sign in to comment.