diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 94e9c91..2a27ce5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -110,7 +110,7 @@ jobs: - name: Update auth image tag in dev overlay run: | cd infra/apps/overlays/dev - kustomize edit set image ghcr.io/cartsnitch/auth:${{ steps.tag.outputs.tag }} + kustomize edit set image git.farh.net/cartsnitch/auth:${{ steps.tag.outputs.tag }} - name: Commit and push to infra run: | @@ -158,7 +158,7 @@ jobs: - name: Update auth image tag in uat overlay run: | cd infra/apps/overlays/uat - kustomize edit set image ghcr.io/cartsnitch/auth:${{ steps.tag.outputs.tag }} + kustomize edit set image git.farh.net/cartsnitch/auth:${{ steps.tag.outputs.tag }} - name: Commit and push to infra run: |