We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 596dea6 commit c0f9f90Copy full SHA for c0f9f90
hooks/build
@@ -55,7 +55,7 @@ XTAG=""
55
[ -n "$NOPUSH" ] || BUILDX_PUSH="--push"
56
57
export SOURCE_DATE_EPOCH=0
58
-OUTPUT="type=registry,oci-mediatypes=true,rewrite-timestamp=true,unpack=false"
+OUTPUT="type=registry,oci-mediatypes=true"
59
60
cat ./Dockerfile | \
61
docker buildx build $BUILDX_PUSH --progress=plain $PLATFORM --output "$OUTPUT" \
0 commit comments