complete change to email instead of FTP
This commit is contained in:
4
build_push_image.sh
Normal file → Executable file
4
build_push_image.sh
Normal file → Executable file
@@ -6,11 +6,11 @@ set -euo pipefail
|
||||
########################################
|
||||
REGISTRY="git.sneakygeek.net"
|
||||
NAMESPACE="sneakygeek"
|
||||
IMAGE_NAME="sneakyscan"
|
||||
IMAGE_NAME="sneakymon"
|
||||
|
||||
# A helpful pointer/reference for your repo URL. Not used by docker commands,
|
||||
# but kept for clarity and future automation if you want to clone/build elsewhere.
|
||||
GIT_REPO_URL="https://git.sneakygeek.net/sneakygeek/sneakyscan.git"
|
||||
GIT_REPO_URL="https://git.sneakygeek.net/sneakygeek/sneakymon.git"
|
||||
|
||||
# If you prefer to override the tag manually sometimes:
|
||||
# export DOCKER_TAG=my-custom-tag
|
||||
|
||||
Reference in New Issue
Block a user