File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 3838 docker buildx build --platform linux/amd64 \
3939 --cache-from=type=registry,ref=itzcrazykns1337/${IMAGE_NAME}:amd64 \
4040 --cache-to=type=inline \
41+ --provenance false \
4142 -f $DOCKERFILE \
4243 -t itzcrazykns1337/${IMAGE_NAME}:amd64 \
4344 --push .
5051 docker buildx build --platform linux/amd64 \
5152 --cache-from=type=registry,ref=itzcrazykns1337/${IMAGE_NAME}:${{ env.RELEASE_VERSION }}-amd64 \
5253 --cache-to=type=inline \
54+ --provenance false \
5355 -f $DOCKERFILE \
5456 -t itzcrazykns1337/${IMAGE_NAME}:${{ env.RELEASE_VERSION }}-amd64 \
5557 --push .
8486 docker buildx build --platform linux/arm64 \
8587 --cache-from=type=registry,ref=itzcrazykns1337/${IMAGE_NAME}:arm64 \
8688 --cache-to=type=inline \
89+ --provenance false \
8790 -f $DOCKERFILE \
8891 -t itzcrazykns1337/${IMAGE_NAME}:arm64 \
8992 --push .
9699 docker buildx build --platform linux/arm64 \
97100 --cache-from=type=registry,ref=itzcrazykns1337/${IMAGE_NAME}:${{ env.RELEASE_VERSION }}-arm64 \
98101 --cache-to=type=inline \
102+ --provenance false \
99103 -f $DOCKERFILE \
100104 -t itzcrazykns1337/${IMAGE_NAME}:${{ env.RELEASE_VERSION }}-arm64 \
101105 --push .
You can’t perform that action at this time.
0 commit comments