Skip to content

Commit 9de0b80

Browse files
Bobbins228openshift-ci[bot]
authored andcommitted
fixed yaml
1 parent 059aee2 commit 9de0b80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
password: ${{ secrets.QUAY_BOT_PASSWORD }}
2929
registry: quay.io
3030

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

0 commit comments

Comments
 (0)