Skip to content

Commit

Permalink
Merge pull request #10 from komune-io/feat/githubActionPublish
Browse files Browse the repository at this point in the history
chore(docker.mk): update docker tag destination to use 'komune' organization
  • Loading branch information
apoupard committed Apr 25, 2024
2 parents 1b47506 + f4b8994 commit 8514b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8514b98

Please sign in to comment.