Skip to content

Commit

Permalink
Change mistaken = for -
Browse files Browse the repository at this point in the history
  • Loading branch information
dbirks committed Jun 10, 2024
1 parent db3d5da commit e975868
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 @@ -60,7 +60,7 @@ jobs:
echo "IMAGE_TAG=$IMAGE_TAG" >> $GITHUB_ENV
# Tag the image with the date too
DATE_TAG=$IMAGE_TAG=$(date --iso-8601=seconds --utc | sed 's/+00:00/Z/')
DATE_TAG=$IMAGE_TAG-$(date --iso-8601=seconds --utc | sed 's/+00:00/Z/')
echo "The date tag is: $DATE_TAG"
echo "DATE_TAG=$DATE_TAG" >> $GITHUB_ENV
- name: Build images
Expand Down

0 comments on commit e975868

Please sign in to comment.