Skip to content

Commit feeae10

Browse files
committed
feat(workflows): 修改workflows
1 parent 9a795c9 commit feeae10

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/docker-image.yml

-3
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,6 @@ jobs:
6161
echo IMAGE_ID=$IMAGE_ID
6262
echo VERSION=$VERSION
6363
64-
# 设置镜像 id 和版本号
65-
docker tag $IMAGE_NAME $IMAGE_ID:$VERSION
66-
6764
# 如果VERSION不带ffmpeg,打包之前将Dockerfile中的ffmpeg替换为空
6865
if [[ $VERSION != *"ffmpeg"* ]]; then
6966
sed -i 's/ffmpeg//g' Dockerfile

0 commit comments

Comments
 (0)