diff --git a/.github/workflows/arc-publish.yaml b/.github/workflows/arc-publish.yaml.disabled similarity index 100% rename from .github/workflows/arc-publish.yaml rename to .github/workflows/arc-publish.yaml.disabled diff --git a/.github/workflows/arc-release-runners.yaml b/.github/workflows/arc-release-runners.yaml.disabled similarity index 100% rename from .github/workflows/arc-release-runners.yaml rename to .github/workflows/arc-release-runners.yaml.disabled diff --git a/.github/workflows/arc-update-runners-scheduled.yaml b/.github/workflows/arc-update-runners-scheduled.yaml.disabled similarity index 100% rename from .github/workflows/arc-update-runners-scheduled.yaml rename to .github/workflows/arc-update-runners-scheduled.yaml.disabled diff --git a/.github/workflows/gha-e2e-tests.yaml b/.github/workflows/gha-e2e-tests.yaml index 1a2be313..e5671efc 100644 --- a/.github/workflows/gha-e2e-tests.yaml +++ b/.github/workflows/gha-e2e-tests.yaml @@ -13,9 +13,9 @@ permissions: contents: read env: - TARGET_ORG: actions-runner-controller - TARGET_REPO: arc_e2e_test_dummy - IMAGE_NAME: "arc-test-image" + TARGET_ORG: justanotherspy # Changed from actions-runner-controller + TARGET_REPO: test-runner-repo # Changed from arc_e2e_test_dummy + IMAGE_NAME: "danielschwartzlol/arc-test-image" # Changed from arc-test-image IMAGE_VERSION: "0.12.1" concurrency: diff --git a/.github/workflows/gha-publish-chart.yaml b/.github/workflows/gha-publish-chart.yaml index f92c7a0b..ad0eb1cb 100644 --- a/.github/workflows/gha-publish-chart.yaml +++ b/.github/workflows/gha-publish-chart.yaml @@ -31,6 +31,8 @@ on: env: HELM_VERSION: v3.8.0 + DOCKER_REGISTRY: docker.io + DOCKER_REPOSITORY: danielschwartzlol permissions: packages: write diff --git a/.github/workflows/global-publish-canary.yaml b/.github/workflows/global-publish-canary.yaml index 011374d4..cb0f7b07 100644 --- a/.github/workflows/global-publish-canary.yaml +++ b/.github/workflows/global-publish-canary.yaml @@ -43,7 +43,9 @@ concurrency: env: # Safeguard to prevent pushing images to registeries after build - PUSH_TO_REGISTRIES: true + PUSH_TO_REGISTRIES: false + DOCKER_REGISTRY: docker.io + DOCKER_REPOSITORY: danielschwartzlol jobs: legacy-canary-build: