We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 059aee2 commit 9de0b80Copy full SHA for 9de0b80
.github/workflows/build-and-push.yaml
@@ -28,7 +28,7 @@ jobs:
28
password: ${{ secrets.QUAY_BOT_PASSWORD }}
29
registry: quay.io
30
31
- - name: Get Upstream Release Tags
+ - name: Get Upstream Release Tags
32
id: release-tags
33
run: |
34
release_tag=$(gh release view -R github.com/project-codeflare/codeflare-operator --json tagName | jq -r '.tagName')
@@ -45,7 +45,7 @@ jobs:
45
make build
46
make image-build -e IMG=quay.io/opendatahub/codeflare-operator:${{ env.RELEASE_TAG }}
47
make image-push -e IMG=quay.io/opendatahub/codeflare-operator:${{ env.RELEASE_TAG }}
48
-
+
49
- name: Delete remote branch
50
51
git push origin --delete sync-cfo-fork
0 commit comments