Skip to content

Commit 973ca70

Browse files
committed
Fix build arguments
1 parent 1f9f8d2 commit 973ca70

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.circleci/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,6 @@ jobs:
223223
--tag=978928340082.dkr.ecr.us-east-1.amazonaws.com/${REPOSITORY}:${TAG} \
224224
--tag=docker.io/${REPOSITORY}:${TAG} \
225225
--build-arg R_VERSION=${R_VERSION} \
226-
--build-arg PYTHON_VERSION=${PYTHON_VERSION} \
227226
--cache-from type=registry,ref=docker.io/${REPOSITORY}:${TAG}-buildcache,mode=max \
228227
--cache-to type=registry,ref=docker.io/${REPOSITORY}:${TAG}-buildcache,mode=max,image-manifest=true,oci-mediatypes=true \
229228
--progress plain \

0 commit comments

Comments
 (0)