From f4b89940faca0198592dc146f2e221f348532768 Mon Sep 17 00:00:00 2001 From: Adrien Date: Thu, 25 Apr 2024 19:41:20 +0200 Subject: [PATCH] chore(docker.mk): update docker tag destination to use 'komune' organization The docker tag destination has been updated to use the 'komune' organization instead of 'komune-io'. This change aligns with the organization's naming conventions and ensures consistency across all docker image tags. --- docker.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker.mk b/docker.mk index bc831fd9..015ffd3c 100644 --- a/docker.mk +++ b/docker.mk @@ -29,7 +29,7 @@ docker-cccev-api-publish: @docker push ghcr.io/komune-io/${CCCEV_APP_IMG} docker-cccev-api-promote: - @docker tag ${CCCEV_APP_IMG} docker.io/komune-io/${CCCEV_APP_IMG} + @docker tag ${CCCEV_APP_IMG} docker.io/komune/${CCCEV_APP_IMG} @docker push docker.io/komune/${CCCEV_APP_IMG} # docker-cccev-front