Configure fork for justanotherspy
This commit is contained in:
parent
2d1d290c4e
commit
01bee688de
|
|
@ -13,9 +13,9 @@ permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
||||||
env:
|
env:
|
||||||
TARGET_ORG: actions-runner-controller
|
TARGET_ORG: justanotherspy # Changed from actions-runner-controller
|
||||||
TARGET_REPO: arc_e2e_test_dummy
|
TARGET_REPO: test-runner-repo # Changed from arc_e2e_test_dummy
|
||||||
IMAGE_NAME: "arc-test-image"
|
IMAGE_NAME: "danielschwartzlol/arc-test-image" # Changed from arc-test-image
|
||||||
IMAGE_VERSION: "0.12.1"
|
IMAGE_VERSION: "0.12.1"
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
|
|
|
||||||
|
|
@ -31,6 +31,8 @@ on:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
HELM_VERSION: v3.8.0
|
HELM_VERSION: v3.8.0
|
||||||
|
DOCKER_REGISTRY: docker.io
|
||||||
|
DOCKER_REPOSITORY: danielschwartzlol
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
packages: write
|
packages: write
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,9 @@ concurrency:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
# Safeguard to prevent pushing images to registeries after build
|
# 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:
|
jobs:
|
||||||
legacy-canary-build:
|
legacy-canary-build:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue