Skip to content

Commit

Permalink
fix date
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesread committed Apr 4, 2024
1 parent db488a5 commit 5fb7863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- name: Get date
run: |
echo "DATE=$(date +'%Y-%m-%d)" >> "$GITHUB_ENV"
echo "DATE=$(date +'%Y-%m-%d')" >> "$GITHUB_ENV"
- name: Build the Container image
run: docker build . --file Dockerfile --tag jamesread/spoon-check:${{ env.DATE }}
Expand Down

0 comments on commit 5fb7863

Please sign in to comment.