From ab946ac3edbe195ee8a1a909bdb5c5b1f1a4194c Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Wed, 5 Jan 2022 15:12:24 -0600 Subject: [PATCH] update docker build repo tag --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 build.sh diff --git a/build.sh b/build.sh old mode 100644 new mode 100755 index b5ed423..a4cec37 --- a/build.sh +++ b/build.sh @@ -1,3 +1,3 @@ #!/bin/sh # env DOCKER_BUILDKIT=1 -docker build --no-cache -t mc303/phpipam-agent . +docker build --no-cache -t jbowdre/phpipam-agent .