From 8b614a5a582fe56a49c8c4e789bf5d053bf389fe Mon Sep 17 00:00:00 2001 From: Sebastian Aranda Sanchez Date: Wed, 29 Nov 2023 16:27:37 -0300 Subject: [PATCH] Change image repo to point to lsst-ts space --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 41628fce..1db60df7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -131,6 +131,6 @@ jobs: push: true tags: | lsstsqre/rubintv:${{ steps.vars.outputs.tag }} - ghcr.io/lsst-sqre/rubintv:${{ steps.vars.outputs.tag }} + ghcr.io/lsst-ts/rubintv:${{ steps.vars.outputs.tag }} cache-from: type=gha cache-to: type=gha,mode=max