diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index 51c15938b..743f410be 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -43,5 +43,5 @@ jobs: SCCACHE_REGION=auto push: true tags: | - ghcr.io/agicommies/subspace:${{ steps.commit.outputs.short }} - ghcr.io/agicommies/subspace:${{ github.ref_name }} + ghcr.io/renlabs-dev/subspace:${{ steps.commit.outputs.short }} + ghcr.io/renlabs-dev/subspace:${{ github.ref_name }}