diff --git a/.github/workflows/manual-docker-build.yml b/.github/workflows/manual-docker-build.yml index 5f43e49..9d6556c 100644 --- a/.github/workflows/manual-docker-build.yml +++ b/.github/workflows/manual-docker-build.yml @@ -33,10 +33,10 @@ jobs: platforms: linux/amd64,linux/arm64 push: true tags: | - ghcr.io/g7ufo/reticulum-meshchat:latest - ghcr.io/g7ufo/reticulum-meshchat:${{ github.ref_name }} + ghcr.io/liamcottle/reticulum-meshchat:latest + ghcr.io/liamcottle/reticulum-meshchat:${{ github.ref_name }} labels: | org.opencontainers.image.title=Reticulum MeshChat org.opencontainers.image.description=Docker image for Reticulum MeshChat - org.opencontainers.image.url=https://github.com/g7ufo/reticulum-meshchat/pkgs/container/reticulum-meshchat/ + org.opencontainers.image.url=https://github.com/liamcottle/reticulum-meshchat/pkgs/container/reticulum-meshchat/