Repository with docker images
Build locally for testing:
just container aws-cli
-
tag commit with -
-
push image
just push aws-clior through CICD
just container <image-directory>
Example:
just container ubuntu-ssh-server
just push <image-directory>
Example:
just push ubuntu-ssh-server
Images are tagged using .cicd/image-tag.sh logic (same as previous Makefile).