summaryrefslogtreecommitdiff
path: root/env
diff options
context:
space:
mode:
Diffstat (limited to 'env')
-rwxr-xr-xenv4
1 files changed, 1 insertions, 3 deletions
diff --git a/env b/env
index 46c2473..8bda1f8 100755
--- a/env
+++ b/env
@@ -23,10 +23,8 @@ init() {
buildx() {
docker buildx build \
- --push \
--platform "$ARCH" \
-t "$REMOTE/$USER/$IMAGE:$TAG" \
--build-arg "ALPINE_VERSION=$ALPINE_VERSION" \
- $@ \
- .
+ $@
}