Skip to content

Commit ce6305c

Browse files
author
lina-bh
committed
reset the timestamp for CI builds
1 parent 0ab5920 commit ce6305c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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.

Justfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)