summaryrefslogtreecommitdiff
path: root/env
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-04-12 14:16:31 -0400
committerFreya Murphy <freya@freyacat.org>2025-04-12 14:16:31 -0400
commit49124afda043d0f9573379335a63e11a283094bf (patch)
tree796ef00683b28913420e10fdf22f68a70fffbf64 /env
parentupdate build scripts (diff)
downloadimages-49124afda043d0f9573379335a63e11a283094bf.tar.gz
images-49124afda043d0f9573379335a63e11a283094bf.tar.bz2
images-49124afda043d0f9573379335a63e11a283094bf.zip
update build
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" \
- $@ \
- .
+ $@
}