mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
fix: pass in correct image variable
This commit is contained in:
@@ -119,7 +119,7 @@ func executeScript(appName string, imageTag string, phase string) error {
|
||||
command := ""
|
||||
phaseSource := ""
|
||||
if phase == "release" {
|
||||
command = getReleaseCommand(appName, imageTag)
|
||||
command = getReleaseCommand(appName, image)
|
||||
phaseSource = "Procfile"
|
||||
} else {
|
||||
var err error
|
||||
|
||||
Reference in New Issue
Block a user