2024年 03月 09日 星期六 13:22:09 CST test by bot.

This commit is contained in:
licsber 2024-03-09 13:22:09 +08:00
parent e3fe9b2171
commit a1d70d78b6

View File

@ -37,7 +37,8 @@ jobs:
$BUILD_DIR = Split-Path -Parent "${{ env.DOCKERFILE }}"
$BUILD_DIR = $BUILD_DIR.Path
Set-Location "${BUILD_DIR}"
echo $BUILD_DIR
Set-Location $BUILD_DIR
pwd
docker build -t "${IMAGE}:${TAG}" --file ${{ env.DOCKERFILE }} .