Skip to content

Commit 296e249

Browse files
committed
ci(docker): fix source build date
1 parent 1c568c7 commit 296e249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
8383
# https://docs.docker.com/build/ci/github-actions/reproducible-builds/
8484
- name: Set source build date from git commit timestamp
85-
run: echo "SOURCE_DATE_EPOCH=$(git log -1 --pretty=%ct)" >> $GITHUB_ENV
85+
run: echo "SOURCE_DATE_EPOCH=$(cd appchain-agent && git log -1 --pretty=%ct)" >> $GITHUB_ENV
8686

8787
- name: Build and export to Docker
8888
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)