Skip to content

Commit

Permalink
fix: remove extra whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Apr 21, 2022
1 parent 86985ad commit 73b7597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/builder-dockerfile/builder-release
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ trigger-builder-dockerfile-builder-release() {
return
fi

local DOCKER_BUILD_LABEL_ARGS=("--label=org.label-schema.schema-version=1.0" "--label=org.label-schema.vendor=dokku" "--label=com.dokku.app-name=$APP" "--label=com.dokku.image-stage=release" "--label=dokku")
local DOCKER_BUILD_LABEL_ARGS=("--label=org.label-schema.schema-version=1.0" "--label=org.label-schema.vendor=dokku" "--label=com.dokku.app-name=$APP" "--label=com.dokku.image-stage=release" "--label=dokku")

plugn trigger pre-release-dockerfile "$APP" "$IMAGE_TAG"

Expand Down

0 comments on commit 73b7597

Please sign in to comment.