@@ -1,9 +0,0 @@
IMAGE=192.168.10.26:5000/deluge-openvpn
.PHONY: build
build:
sh build.sh "$(IMAGE)"
.PHONY: push
push:
sh push.sh "$(IMAGE)"
@@ -1,6 +0,0 @@
#!/usr/bin/env sh
set -e
IMAGE=$1
docker build --no-cache --pull -t "${IMAGE}:amd64-latest" .
docker push "${IMAGE}:amd64-latest"
The note is not visible to the blocked user.