|
45 | 45 | --file=./python/base/Dockerfile.base \ |
46 | 46 | --tag=978928340082.dkr.ecr.us-east-1.amazonaws.com/${REPOSITORY}:${TAG}${TAG_SUFFIX} \ |
47 | 47 | --tag=docker.io/${REPOSITORY}:${TAG}${TAG_SUFFIX} \ |
48 | | - --cache-from type=registry,ref=docker.io/${REPOSITORY}:${TAG}-buildcache \ |
49 | | - --cache-from type=registry,ref=docker.io/${REPOSITORY}:${TAG}${TAG_SUFFIX}-buildcache \ |
50 | | - --cache-to type=registry,ref=docker.io/${REPOSITORY}:${TAG}${TAG_SUFFIX}-buildcache,mode=max,image-manifest=true,oci-mediatypes=true \ |
51 | 48 | --progress plain \ |
52 | 49 | --platform linux/amd64 \ |
53 | 50 | --platform linux/arm64 \ |
|
80 | 77 | --tag=978928340082.dkr.ecr.us-east-1.amazonaws.com/${REPOSITORY}:${TAG}${TAG_SUFFIX} \ |
81 | 78 | --tag=docker.io/${REPOSITORY}:${TAG}${TAG_SUFFIX} \ |
82 | 79 | --build-arg CIRCLE_PULL_REQUEST=${CIRCLE_PULL_REQUEST} \ |
83 | | - --cache-from type=registry,ref=docker.io/${REPOSITORY}:${TAG}-buildcache \ |
84 | | - --cache-from type=registry,ref=docker.io/${REPOSITORY}:${TAG}${TAG_SUFFIX}-buildcache \ |
85 | | - --cache-to type=registry,ref=docker.io/${REPOSITORY}:${TAG}${TAG_SUFFIX}-buildcache,mode=max,image-manifest=true,oci-mediatypes=true \ |
86 | 80 | --progress plain \ |
87 | 81 | --platform linux/amd64 \ |
88 | 82 | --platform linux/arm64 \ |
@@ -115,9 +109,6 @@ jobs: |
115 | 109 | --tag=docker.io/${REPOSITORY}:${TAG}${TAG_SUFFIX} \ |
116 | 110 | --build-arg CIRCLE_PULL_REQUEST=${CIRCLE_PULL_REQUEST} \ |
117 | 111 | --build-arg PYTHON_VERSION=${PYTHON_VERSION} \ |
118 | | - --cache-from type=registry,ref=docker.io/${REPOSITORY}:${TAG}-buildcache \ |
119 | | - --cache-from type=registry,ref=docker.io/${REPOSITORY}:${TAG}${TAG_SUFFIX}-buildcache \ |
120 | | - --cache-to type=registry,ref=docker.io/${REPOSITORY}:${TAG}${TAG_SUFFIX}-buildcache,mode=max,image-manifest=true,oci-mediatypes=true \ |
121 | 112 | --progress plain \ |
122 | 113 | --platform linux/amd64 \ |
123 | 114 | --platform linux/arm64 \ |
|
0 commit comments