build.sh update
This commit is contained in:
2
build.sh
2
build.sh
@@ -11,7 +11,7 @@
|
|||||||
# REGISTRY=ghcr.io/yourname ./build.sh 1.2.0 push
|
# REGISTRY=ghcr.io/yourname ./build.sh 1.2.0 push
|
||||||
# REGISTRY=yourdockerhubuser ./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.2}"
|
||||||
ACTION="${2:-}"
|
ACTION="${2:-}"
|
||||||
|
|||||||
Reference in New Issue
Block a user