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