mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
fix: set IMAGE variable correctly
This commit is contained in:
committed by
GitHub
parent
f1c0432375
commit
af626a51cc
@@ -10,6 +10,7 @@ tags_deploy_cmd() {
|
||||
local APP="$2"; local IMAGE_TAG="$3"
|
||||
verify_app_name "$APP"
|
||||
|
||||
local IMAGE="$(get_app_image_name "$APP" "$IMAGE_TAG")"
|
||||
verify_image "$IMAGE" || return 1
|
||||
release_and_deploy "$APP" "$IMAGE_TAG"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user