Skip to content

Commit

Permalink
fixed yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobbins228 authored and openshift-ci[bot] committed Oct 19, 2023
1 parent 059aee2 commit 9de0b80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
password: ${{ secrets.QUAY_BOT_PASSWORD }}
registry: quay.io

- name: Get Upstream Release Tags
- name: Get Upstream Release Tags
id: release-tags
run: |
release_tag=$(gh release view -R github.com/project-codeflare/codeflare-operator --json tagName | jq -r '.tagName')
Expand All @@ -45,7 +45,7 @@ jobs:
make build
make image-build -e IMG=quay.io/opendatahub/codeflare-operator:${{ env.RELEASE_TAG }}
make image-push -e IMG=quay.io/opendatahub/codeflare-operator:${{ env.RELEASE_TAG }}
- name: Delete remote branch
run: |
git push origin --delete sync-cfo-fork

0 comments on commit 9de0b80

Please sign in to comment.