Skip to content

Commit

Permalink
Need to give the step an id to reference the output
Browse files Browse the repository at this point in the history
  • Loading branch information
da3dsoul committed Feb 17, 2024
1 parent 9d902d8 commit 5c7be69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Retrieve Commit Date
id: version
run: |
echo "COMMIT_DATE=$(git log -1 --format="%aI")" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 5c7be69

Please sign in to comment.