v0.7.4 bug fixes
This commit is contained in:
4
build.sh
4
build.sh
@@ -11,9 +11,9 @@
|
||||
# REGISTRY=ghcr.io/yourname ./build.sh 1.2.0 push
|
||||
# REGISTRY=yourdockerhubuser ./build.sh 1.2.0 push
|
||||
# ─────────────────────────────────────────────────────────────
|
||||
set -euo pipefail
|
||||
set -euo pipefail
|
||||
|
||||
VERSION="${1:-0.7.2}"
|
||||
VERSION="${1:-0.7.4}"
|
||||
ACTION="${2:-}"
|
||||
REGISTRY="${REGISTRY:-}"
|
||||
IMAGE_NAME="jama"
|
||||
|
||||
Reference in New Issue
Block a user