This repository has been archived on 2025-08-03. You can view files and clone it, but cannot push or open issues or pull requests.
node/scripts/build-push.sh
2025-04-06 20:20:28 +03:00

8 lines
204 B
Bash

# Define your version
VERSION="v0.0.10"
# Build and tag with both specific version and latest
docker buildx build --platform linux/amd64 \
-t debros/node:$VERSION \
-t debros/node:latest \
. --push