Skip to content

Commit

Permalink
use newer gha step output
Browse files Browse the repository at this point in the history
  • Loading branch information
sheurich committed Feb 7, 2024
1 parent 1b81d3b commit eb5122f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Determine SOURCE_DATE_EPOCH
id: source_date_epoch
run: |
echo "::set-output name=source_date_epoch::$(git show -s --format=%ct $GITHUB_SHA)"
echo "{source_date_epoch}={$(git show -s --format=%ct $GITHUB_SHA)}" >> $GITHUB_OUTPUT
- name: Build and Push container images
uses: docker/build-push-action@v5
Expand Down

0 comments on commit eb5122f

Please sign in to comment.