Skip to content

Commit

Permalink
feat(workflows): 修改workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
LLiuHuan committed Sep 4, 2024
1 parent 9a795c9 commit feeae10
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ jobs:
echo IMAGE_ID=$IMAGE_ID
echo VERSION=$VERSION
# 设置镜像 id 和版本号
docker tag $IMAGE_NAME $IMAGE_ID:$VERSION
# 如果VERSION不带ffmpeg,打包之前将Dockerfile中的ffmpeg替换为空
if [[ $VERSION != *"ffmpeg"* ]]; then
sed -i 's/ffmpeg//g' Dockerfile
Expand Down

0 comments on commit feeae10

Please sign in to comment.