Automated building and deployment process with Docker #2

Merged
sangelo merged 20 commits from docker into main 2024-04-03 12:10:51 +00:00
Showing only changes of commit 968673e8cd - Show all commits

View file

@ -64,7 +64,7 @@ publish image=default_image runner=default_runner:
{{runner}} login gitpot.dev -u $GITPOT_USERNAME -p $GITPOT_PASSWORD {{runner}} login gitpot.dev -u $GITPOT_USERNAME -p $GITPOT_PASSWORD
@# push the specified image to the container registry @# push the specified image to the container registry
{{runner}} push {{image}} {{runner}} push {{image}}
@echo -e "\e[1;32mPublished {{image}} successfuly! Use '{{runner}} pull {{image}}' to pull the container.\e[0m" @echo "Published {{image}} successfuly! Use '{{runner}} pull {{image}}' to pull the container."
# development # development