Skip to content

Commit

Permalink
Merge pull request #489 from dragonhunt02/time-patch
Browse files Browse the repository at this point in the history
Fix timestamp tag
  • Loading branch information
fire authored Feb 4, 2025
2 parents b532071 + 11e7713 commit 3a1666e
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 @@ -75,7 +75,7 @@ jobs:
# Rolling release tag
if [ ${{ steps.setenv.outputs.TAG_PUSH }} == "false" ]; then \
TAG_DATE="$( date +"%Y-%m-%d" )"; \
TAG_DATE="$( date +"%Y-%m-%dT%H%M%S" )"; \
TAG_VERSION="$( echo "${{ steps.docker.outputs.VERSION_TAG }}" | cut -d '-' -f2- )"; \
TAG_NAME="${TAG_NAME}-nightly-${TAG_DATE}-${TAG_VERSION}"; \
fi
Expand Down

0 comments on commit 3a1666e

Please sign in to comment.