Skip to content

Commit 31f61b6

Browse files
Update build-docker-image.yml
1 parent e09c9ef commit 31f61b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
else
5252
BASE_TAG="pullrequest-ignore"
5353
fi
54-
DATE_TAG="${BASE_TAG}-${DATE}"
54+
DATE_TAG="${BASE_TAG}_${DATE}_${github.run_number}"
5555
echo "BASE_TAG=${BASE_TAG}" >> $GITHUB_ENV
5656
echo "DATE_TAG=${DATE_TAG}" >> $GITHUB_ENV
5757
echo "Base tag: $BASE_TAG, Date tag: $DATE_TAG"

0 commit comments

Comments
 (0)