Skip to content

Commit af90121

Browse files
committed
Update build actions name/description.
Signed-off-by: Humair Khan <[email protected]>
1 parent fb89ee8 commit af90121

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/build/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: "Set up KinD"
2-
description: "Step to start and configure KinD cluster"
1+
name: "Create a podman build"
2+
description: "This workflow can be used to create a podman build and push to quay.io from source branches."
33
inputs:
44
IMAGE_REPO:
55
description: "Quay image repo name."

.github/workflows/build-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ concurrency:
88
cancel-in-progress: true
99
env:
1010
IMAGE_REPO_DSPO: data-science-pipelines-operator
11-
QUAY_ORG: hukhan
11+
QUAY_ORG: opendatahub
1212
QUAY_ID: ${{ secrets.QUAY_ID }}
1313
QUAY_TOKEN: ${{ secrets.QUAY_TOKEN }}
1414
SOURCE_BRANCH: main

0 commit comments

Comments
 (0)