Skip to content

Commit

Permalink
feat: 支持下载讨论组
Browse files Browse the repository at this point in the history
  • Loading branch information
tangyoha committed Jan 17, 2024
1 parent 15f4f48 commit 9df3082
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
with:
context: .
push: true
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6,linux/386,linux/ppc64le
platforms: linux/amd64
target: compile-image
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/telegram_media_downloader_compile:${{ github.ref_name }}

Expand All @@ -75,6 +75,6 @@ jobs:
with:
context: .
push: true
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6,linux/386,linux/ppc64le
platforms: linux/amd64
target: runtime-image
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/telegram_media_downloader:${{ github.ref_name }}

0 comments on commit 9df3082

Please sign in to comment.