Configure fork for justanotherspy

This commit is contained in:
Daniel Schwartz 2025-08-19 17:30:27 +02:00
parent 2d1d290c4e
commit 01bee688de
No known key found for this signature in database
6 changed files with 8 additions and 4 deletions

View File

@ -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:

View File

@ -31,6 +31,8 @@ on:
env:
HELM_VERSION: v3.8.0
DOCKER_REGISTRY: docker.io
DOCKER_REPOSITORY: danielschwartzlol
permissions:
packages: write

View File

@ -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: