We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c568c7 commit 296e249Copy full SHA for 296e249
.github/workflows/docker.yml
@@ -82,7 +82,7 @@ jobs:
82
83
# https://docs.docker.com/build/ci/github-actions/reproducible-builds/
84
- name: Set source build date from git commit timestamp
85
- run: echo "SOURCE_DATE_EPOCH=$(git log -1 --pretty=%ct)" >> $GITHUB_ENV
+ run: echo "SOURCE_DATE_EPOCH=$(cd appchain-agent && git log -1 --pretty=%ct)" >> $GITHUB_ENV
86
87
- name: Build and export to Docker
88
uses: docker/build-push-action@v6
0 commit comments