Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 0 additions & 53 deletions .github/workflows/build-and-push.yml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/mcad-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ on:
required: true
default: 'v0.0.0-dev'
type: string
quay-organization:
description: 'Quay organization used to push the built images to'
required: true
default: 'project-codeflare'
type: string

jobs:
release:
Expand Down Expand Up @@ -48,17 +43,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}

- name: Build
run: make mcad-controller

- name: Image Build and Push
env:
GIT_BRANCH: ${{ github.event.inputs.tag }}
TAG: release-${{ github.event.inputs.tag }}
run: |
make images -e GIT_BRANCH=$GIT_BRANCH TAG=$TAG
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 }}

- name: Publish MCAD package
run: |
GOPROXY=proxy.golang.org go list -m github.com/project-codeflare/multi-cluster-app-dispatcher@${{ github.event.inputs.tag }}
Expand Down