Skip to content

Commit

Permalink
build: use commit timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
incognitojam committed Jul 18, 2023
1 parent 5223b6f commit 06e9549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
DOCKER_METADATA_PR_HEAD_SHA: true

- name: get date
run: echo "BUILD_TIMESTAMP=$(date -u +"%Y-%m-%dT%H:%M:%SZ")" >> $GITHUB_ENV
run: echo "BUILD_TIMESTAMP=$(git show -s --format=%cI)" >> $GITHUB_ENV

- uses: docker/build-push-action@v4
with:
Expand Down

0 comments on commit 06e9549

Please sign in to comment.