Skip to content

Commit 29ae1a5

Browse files
Fix docker: invalid reference format
**NOTE** I have not tested this _at all_. I don't actually use this plugin, but someone in our help channels reported it. Just wanted to get this up as a starting point. Please someone test this before merge There looks to be an issue in the recent changes that are causing an invalid docker image to be referenced. I think this is because if an extra quote in an environment variable Fixes #183
1 parent cbfde73 commit 29ae1a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks/command

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ fi
99

1010
PLUGIN_DIR="$(cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd)/.."
1111
MAX_SIZE=1024 # in KB
12-
RUBY_IMAGE="${BUILDKITE_PLUGIN_JUNIT_ANNOTATE_RUBY_IMAGE:-'ruby:3.1-alpine@sha256:a39e26d0598837f08c75a42c8b0886d9ed5cc862c4b535662922ee1d05272fca'}"
12+
RUBY_IMAGE="${BUILDKITE_PLUGIN_JUNIT_ANNOTATE_RUBY_IMAGE:-ruby:3.1-alpine@sha256:a39e26d0598837f08c75a42c8b0886d9ed5cc862c4b535662922ee1d05272fca}"
1313

1414
artifacts_dir="$(pwd)/$(mktemp -d "junit-annotate-plugin-artifacts-tmp.XXXXXXXXXX")"
1515
annotation_dir="$(pwd)/$(mktemp -d "junit-annotate-plugin-annotation-tmp.XXXXXXXXXX")"

0 commit comments

Comments
 (0)