fix(ci): publish Docker image to org namespace
Build and Push Docker Container / build-and-push (push) Successful in 3m44s
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:
@@ -47,4 +47,4 @@ jobs:
|
|||||||
build-args: |
|
build-args: |
|
||||||
OBSIDIAN_VERSION=${{ env.OBSIDIAN_VERSION }}
|
OBSIDIAN_VERSION=${{ env.OBSIDIAN_VERSION }}
|
||||||
tags: |
|
tags: |
|
||||||
${{ vars.DOCKER_REGISTRY_URL }}/daniel156161/${{ env.IMAGE_NAME }}:latest
|
${{ vars.DOCKER_REGISTRY_URL }}/docker/${{ env.IMAGE_NAME }}:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user