File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ jobs:
104104 env :
105105 GENERATED_LABELS : ${{ steps.metadata.outputs.labels }}
106106 GENERATED_TAGS : ${{ steps.metadata.outputs.tags }}
107+ RESET_TIMESTAMP : " 1"
107108 run : just build
108109
109110 # Workaround bug where capital letters in your GitHub username make it impossible to push to GHCR.
Original file line number Diff line number Diff line change @@ -149,6 +149,7 @@ build $target_image=image_name $tag=default_tag $dx="0" $hwe="0" $gdx="0":
149149 - -env OUT_REF=" oci-archive:/workspace/image.tar" \
150150 - -env SKIP_COMPRESSION=1 \
151151 - -env LABELS=" $GENERATED_LABELS" \
152+ - -env RESET_TIMESTAMP=" $RESET_TIMESTAMP" \
152153 - -name rechunk \
153154 ghcr.io/ hhd-dev/ rechunk:latest \
154155 sh -c ' /sources/rechunk/1_prune.sh && /sources/rechunk/2_create.sh && touch $OUT_NAME.changelog.txt && /sources/rechunk/3_chunk.sh'
You can’t perform that action at this time.
0 commit comments