fix(ci): publish Docker image to org namespace
Build and Push Docker Container / build-and-push (push) Successful in 3m44s

- Push obsidian-api image to the docker package namespace.

- Match the image name used by Terraform and Portainer.

- Avoid publishing deployment images under the personal user namespace.
This commit is contained in:
2026-06-24 10:13:42 +02:00
parent 3b9c508859
commit 576a26bc9b
+1 -1
View File
@@ -47,4 +47,4 @@ jobs:
build-args: |
OBSIDIAN_VERSION=${{ env.OBSIDIAN_VERSION }}
tags: |
${{ vars.DOCKER_REGISTRY_URL }}/daniel156161/${{ env.IMAGE_NAME }}:latest
${{ vars.DOCKER_REGISTRY_URL }}/docker/${{ env.IMAGE_NAME }}:latest