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 fb89ee8 commit af90121Copy full SHA for af90121
.github/actions/build/action.yaml
@@ -1,5 +1,5 @@
1
-name: "Set up KinD"
2
-description: "Step to start and configure KinD cluster"
+name: "Create a podman build"
+description: "This workflow can be used to create a podman build and push to quay.io from source branches."
3
inputs:
4
IMAGE_REPO:
5
description: "Quay image repo name."
.github/workflows/build-main.yml
@@ -8,7 +8,7 @@ concurrency:
8
cancel-in-progress: true
9
env:
10
IMAGE_REPO_DSPO: data-science-pipelines-operator
11
- QUAY_ORG: hukhan
+ QUAY_ORG: opendatahub
12
QUAY_ID: ${{ secrets.QUAY_ID }}
13
QUAY_TOKEN: ${{ secrets.QUAY_TOKEN }}
14
SOURCE_BRANCH: main
0 commit comments