Skip to content

Commit

Permalink
Merge pull request #9 from komune-io/feat/githubActionPublish
Browse files Browse the repository at this point in the history
Feat/GitHub action publish
  • Loading branch information
apoupard committed Apr 25, 2024
2 parents 13bb4dc + d748166 commit 1b47506
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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} ghcr.io/komune-io/${CCCEV_APP_IMG}
@docker tag ${CCCEV_APP_IMG} docker.io/komune-io/${CCCEV_APP_IMG}
@docker push docker.io/komune/${CCCEV_APP_IMG}

# docker-cccev-front
Expand All @@ -45,5 +45,5 @@ docker-script-publish:
@docker push ghcr.io/komune-io/${CCCEV_APP_IMG}

docker-script-promote:
@docker tag ${FRONT_CCCEV_IMG} ghcr.io/komune-io/${FRONT_CCCEV_IMG}
@docker tag ${FRONT_CCCEV_IMG} docker.io/komune/${FRONT_CCCEV_IMG}
@docker push docker.io/komune/${FRONT_CCCEV_IMG}

0 comments on commit 1b47506

Please sign in to comment.