Skip to content

Commit

Permalink
Merge branch 'feat/docker_image_aio'
Browse files Browse the repository at this point in the history
  • Loading branch information
Mmx233 committed Dec 30, 2024
2 parents 7d168d8 + 3df12d6 commit 3225639
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,15 @@ jobs:
build_arg: ""
tag_favor: ""
- image: "ffmpeg"
build_arg: "INSTALL_FFMPEG=true"
build_arg: INSTALL_FFMPEG=true
tag_favor: "suffix=-ffmpeg,onlatest=true"
- image: "aria2"
build_arg: "INSTALL_ARIA2=true"
build_arg: INSTALL_ARIA2=true
tag_favor: "suffix=-aria2,onlatest=true"
- image: "aio"
build_arg: "INSTALL_FFMPEG=true,INSTALL_ARIA2=true"
build_arg: |
INSTALL_FFMPEG=true
INSTALL_ARIA2=true
tag_favor: "suffix=-aio,onlatest=true"
steps:
- name: Checkout
Expand Down

0 comments on commit 3225639

Please sign in to comment.