Skip to content

Commit f956e8b

Browse files
committed
Escapes the comma in the value for the makefile function
1 parent 71934d3 commit f956e8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ docker/build:
490490
--build-arg PYTHON_312_VERSION=$(PYTHON_312_VERSION) \
491491
--build-arg USER_UID=$$(id -u) \
492492
--build-arg USER_GID=$$(id -g) \
493-
$(if $(GITHUB_ACCESS_TOKEN),--secret id=GITHUB_ACCESS_TOKEN,env=GITHUB_ACCESS_TOKEN,) \
493+
$(if $(GITHUB_ACCESS_TOKEN),--secret id=GITHUB_ACCESS_TOKEN$(,)env=GITHUB_ACCESS_TOKEN,) \
494494
-f $(TARDIGRADE_CI_DOCKERFILE) .
495495
@echo "[$@]: Docker image build complete"
496496

0 commit comments

Comments
 (0)