diff --git a/env b/env deleted file mode 100644 index 1a0b2b6..0000000 --- a/env +++ /dev/null @@ -1,2 +0,0 @@ -DOCKER_REPO="ghcr.io/trexx/docker-nfs-server" -TAG="3.18" \ No newline at end of file diff --git a/workflows/build.sh b/workflows/build.sh deleted file mode 100644 index 30839c3..0000000 --- a/workflows/build.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env bash - -. "../env" - -docker build \ - --build-arg "TAG=$TAG" \ - --tag "$DOCKER_REPO:$TAG" \ - "../" \ No newline at end of file diff --git a/workflows/push.sh b/workflows/push.sh deleted file mode 100644 index 65a836d..0000000 --- a/workflows/push.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/env bash - -. "../env" - -docker push "$DOCKER_REPO:$TAG" \ No newline at end of file