Skip to content

Commit

Permalink
Fix timestamp tag
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonhunt02 authored Feb 4, 2025
1 parent b532071 commit 11e7713
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 11e7713

Please sign in to comment.