Skip to content

Commit c0f9f90

Browse files
committed
verdict: rewrite-timestamp=true is still too undocumented for us
1 parent 596dea6 commit c0f9f90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks/build

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ XTAG=""
5555
[ -n "$NOPUSH" ] || BUILDX_PUSH="--push"
5656

5757
export SOURCE_DATE_EPOCH=0
58-
OUTPUT="type=registry,oci-mediatypes=true,rewrite-timestamp=true,unpack=false"
58+
OUTPUT="type=registry,oci-mediatypes=true"
5959

6060
cat ./Dockerfile | \
6161
docker buildx build $BUILDX_PUSH --progress=plain $PLATFORM --output "$OUTPUT" \

0 commit comments

Comments
 (0)