Skip to content

Commit

Permalink
chore: prepare repo for migration to crc-org
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Riobo <[email protected]>
  • Loading branch information
adrianriobo committed Aug 12, 2024
1 parent 956c3ea commit 70d016f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/crc-builder-builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ jobs:
- name: Build image for PR
if: ${{ github.event_name == 'pull_request' }}
env:
# CRC_BUILDER: ghcr.io/crc-org/ci-crc-builder
CRC_BUILDER: ghcr.io/adrianriobo/ci-crc-builder
CRC_BUILDER: ghcr.io/crc-org/ci-crc-builder
CRC_BUILDER_V: pr-${{ github.event.number }}
run: |
make crc-builder-oci-build
Expand Down Expand Up @@ -59,8 +58,7 @@ jobs:
- name: Template tkn for PR
if: ${{ github.event_name == 'pull_request' }}
env:
# CRC_BUILDER: ghcr.io/crc-org/ci-crc-builder
CRC_BUILDER: ghcr.io/adrianriobo/ci-crc-builder
CRC_BUILDER: ghcr.io/crc-org/ci-crc-builder
CRC_BUILDER_V: pr-${{ github.event.number }}
run: |
make crc-builder-tkn-create
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/snc-runner-builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
- name: Build image for PR
if: ${{ github.event_name == 'pull_request' }}
env:
# SNC_RUNNER: ghcr.io/crc-org/ci-snc-runner
SNC_RUNNER: ghcr.io/adrianriobo/ci-snc-runner
SNC_RUNNER: ghcr.io/crc-org/ci-snc-runner
SNC_RUNNER_V: pr-${{ github.event.number }}
run: |
make snc-runner-oci-build
Expand Down Expand Up @@ -56,8 +55,7 @@ jobs:
- name: Template tkn for PR
if: ${{ github.event_name == 'pull_request' }}
env:
# CRC_BUILDER: ghcr.io/crc-org/ci-crc-builder
CRC_BUILDER: ghcr.io/adrianriobo/ci-snc-runner
CRC_BUILDER: ghcr.io/crc-org/ci-crc-builder
CRC_BUILDER_V: pr-${{ github.event.number }}
run: |
make snc-runner-tkn-create
Expand Down
2 changes: 1 addition & 1 deletion crc-builder/release-info
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
quay.io/crcont/ci-crc-builder
quay.io/crc-org/ci-crc-builder
2.0.0-dev
2 changes: 1 addition & 1 deletion snc-runner/release-info
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
quay.io/crcont/ci-snc-runner
quay.io/crc-org/ci-snc-runner
1.0.0-dev

0 comments on commit 70d016f

Please sign in to comment.