Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-nightly-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- name: build image
id: build-image
uses: shawn-hurley/ci/build-image@main
uses: konveyor/ci/build-image@main
with:
repo: ${{ matrix.image.repo }}
ref: ${{ inputs.branch }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-koncur.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
steps:
- name: Run Koncur Testing
id: koncur-test
uses: shawn-hurley/ci/koncur-kantra@main
uses: konveyor/ci/koncur-kantra@main
with:
os: ${{ matrix.os.os }}
image_pattern: |
Expand Down
Loading