From 7e405c7558193730bc0a08111fa47bd06533d59c Mon Sep 17 00:00:00 2001 From: Fitz Date: Wed, 24 Jul 2024 22:49:26 +0100 Subject: [PATCH] ci: set DOCKER_REPO to upstream atlantis repo --- .github/workflows/atlantis-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/atlantis-image.yml b/.github/workflows/atlantis-image.yml index 8857fcdbbf..89030e559f 100644 --- a/.github/workflows/atlantis-image.yml +++ b/.github/workflows/atlantis-image.yml @@ -157,7 +157,7 @@ jobs: image_type: [alpine, debian] env: # Set docker repo to either the fork or the main repo where the branch exists - DOCKER_REPO: ghcr.io/${{ github.repository }} + DOCKER_REPO: ghcr.io/runatlantis/atlantis steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4