diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ddc3c49..e2321a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -156,7 +156,7 @@ jobs: - name: Update receiptwitness image tag run: | cd infra/apps/overlays/dev - kustomize edit set image ghcr.io/cartsnitch/receiptwitness:sha-${{ github.sha }} + kustomize edit set image git.farh.net/cartsnitch/receiptwitness:sha-${{ github.sha }} - name: Commit and push to infra run: | @@ -199,7 +199,7 @@ jobs: - name: Update receiptwitness image tag run: | cd infra/apps/overlays/uat - kustomize edit set image ghcr.io/cartsnitch/receiptwitness:${{ needs.build-and-push.outputs.calver_tag }} + kustomize edit set image git.farh.net/cartsnitch/receiptwitness:${{ needs.build-and-push.outputs.calver_tag }} - name: Commit and push to infra run: |