v0.10.2 build rules update
This commit is contained in:
4
build.sh
4
build.sh
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
# ─────────────────────────────────────────────────────────────
|
||||
# jama — Docker build & release script...
|
||||
# jama — Docker build & release script
|
||||
#
|
||||
# Usage:
|
||||
# ./build.sh # builds jama:latest
|
||||
@@ -13,7 +13,7 @@
|
||||
# ─────────────────────────────────────────────────────────────
|
||||
set -euo pipefail
|
||||
|
||||
VERSION="${1:-0.10.1}"
|
||||
VERSION="${1:-0.10.2}"
|
||||
ACTION="${2:-}"
|
||||
REGISTRY="${REGISTRY:-}"
|
||||
IMAGE_NAME="jama"
|
||||
|
||||
Reference in New Issue
Block a user