From fac88b19cfe433d7bca5c1d7f308ad507a094ad2 Mon Sep 17 00:00:00 2001 From: Davi Petris <37764531+DaviPtrs@users.noreply.github.com> Date: Mon, 30 Sep 2024 15:08:00 -0300 Subject: [PATCH] Rename org from agicommies to renlabs-dev Signed-off-by: Davi Petris <37764531+DaviPtrs@users.noreply.github.com> --- .github/workflows/build-docker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}