From aa774f351153bfca37f990a30f74de1d865d8925 Mon Sep 17 00:00:00 2001 From: Ivan Date: Wed, 1 Oct 2025 19:46:27 -0500 Subject: [PATCH] Update manual docker build to use dynamic repo owner --- .github/workflows/manual-docker-build.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/manual-docker-build.yml b/.github/workflows/manual-docker-build.yml index e0460e0..4e29982 100644 --- a/.github/workflows/manual-docker-build.yml +++ b/.github/workflows/manual-docker-build.yml @@ -32,11 +32,11 @@ jobs: context: . platforms: linux/amd64,linux/arm64 push: true - tags: | - ghcr.io/${{ github.repository }}:latest - ghcr.io/${{ github.repository }}:${{ github.ref_name }} - labels: | - org.opencontainers.image.title=Reticulum MeshChat - org.opencontainers.image.description=Docker image for Reticulum MeshChat + tags: >- + ghcr.io/${{ github.repository_owner }}/reticulum-meshchat:latest, + ghcr.io/${{ github.repository_owner }}/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/${{ github.repository }}/pkgs/container/reticulum-meshchat/