Skip to content

Commit 4e51908

Browse files
committed
another docker fix
1 parent 9925d30 commit 4e51908

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

etc/run_docker.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ PLATFORM=${DOCKER_PLATFORM:-}
1111
docker build $PLATFORM -t go-test .
1212

1313
# Handle environment variables and optional positional arg for the taskfile target.
14-
TASKFILE_TARGET=${1:-evg-test-versioned-api}
14+
TASKFILE_TARGET=${TASKFILE_TARGET:-$1}
15+
TASKFILE_TARGET=${TASKFILE_TARGET:-evg-test-versioned-api}
1516
GO_BUILD_TAGS=${GO_BUILD_TAGS:-""}
1617

1718
ARGS=" -e TASKFILE_TARGET=$TASKFILE_TARGET"

0 commit comments

Comments
 (0)