Skip to content

Commit

Permalink
Echo commit timestamp data
Browse files Browse the repository at this point in the history
  • Loading branch information
HeroCC committed Oct 18, 2024
1 parent f434ebf commit 9814d0b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
steps:
- name: Prepare
run: |
echo "COMMIT_TIMESTAMP=$(git log -1 --pretty=%ct)" >> $GITHUB_ENV
export "COMMIT_TIMESTAMP=$(git log -1 --pretty=%ct)"
echo "COMMIT_TIMESTAMP = $COMMIT_TIMESTAMP"
echo $COMMIT_TIMESTAMP >> $GITHUB_ENV
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit 9814d0b

Please sign in to comment.