We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2536631 commit 777e73cCopy full SHA for 777e73c
.github/workflows/pytorch_ifu.yml
@@ -84,7 +84,7 @@ jobs:
84
id: tag
85
shell: bash
86
run: |
87
- DATE="$(date +"%Y-%m-%d")"
+ DATE="$(date +"%Y%m%d")"
88
TAG="${DOWNSTREAM_BRANCH}_IFU_${DATE}"
89
echo "TAG=${TAG}" >> $GITHUB_OUTPUT
90
# Start from rocm branch
0 commit comments