Skip to content

Commit 08c1a1a

Browse files
dimakisopenshift-merge-robot
authored andcommitted
refactor: remove the building and pushing of images from wfs
1 parent b445015 commit 08c1a1a

File tree

2 files changed

+0
-69
lines changed

2 files changed

+0
-69
lines changed

.github/workflows/build-and-push.yml

-53
This file was deleted.

.github/workflows/mcad-release.yml

-16
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ on:
99
required: true
1010
default: 'v0.0.0-dev'
1111
type: string
12-
quay-organization:
13-
description: 'Quay organization used to push the built images to'
14-
required: true
15-
default: 'project-codeflare'
16-
type: string
1712

1813
jobs:
1914
release:
@@ -48,17 +43,6 @@ jobs:
4843
env:
4944
GITHUB_TOKEN: ${{ github.token }}
5045

51-
- name: Build
52-
run: make mcad-controller
53-
54-
- name: Image Build and Push
55-
env:
56-
GIT_BRANCH: ${{ github.event.inputs.tag }}
57-
TAG: release-${{ github.event.inputs.tag }}
58-
run: |
59-
make images -e GIT_BRANCH=$GIT_BRANCH TAG=$TAG
60-
make push-images -e GIT_BRANCH=$GIT_BRANCH TAG=$TAG quay_repository=quay.io/${{ github.event.inputs.quay-organization }} quay_id=${{ secrets.QUAY_ID }} quay_token=${{ secrets.QUAY_TOKEN }}
61-
6246
- name: Publish MCAD package
6347
run: |
6448
GOPROXY=proxy.golang.org go list -m github.com/project-codeflare/multi-cluster-app-dispatcher@${{ github.event.inputs.tag }}

0 commit comments

Comments
 (0)