Skip to content

Commit

Permalink
fix: docker release did not work like expected
Browse files Browse the repository at this point in the history
  • Loading branch information
sandreas committed Jul 10, 2022
1 parent 9273033 commit 3c13be6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,6 @@ jobs:
platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7
#platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x
push: true
tags: sandreas/tone:${{ github.ref_name }}
tags: sandreas/tone:${{ github.ref_name }}
build-args: |
REF_NAME=${{ github.ref_name }}
4 changes: 0 additions & 4 deletions tone/Dockerfile.release
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ RUN echo "---- INSTALL RUNTIME PACKAGES ----" && \
-O /tmp/tone.tar.gz && \
cd /tmp/ && tar xzf tone.tar.gz && mv tone-$TONE_VERSION-$SUFFIX/tone /usr/local/bin/

# wget "https://github.com/sandreas/tone/releases/download/v0.0.5/tone-0.0.4-linux-musl-x64.tar.gz" -O /tmp/tone.tar.gz
# cd /tmp/
# tar xzf tone.tar.gz
# mv tone-0.0.5-linux-musl-x64/tone /bin/
# COPY --from=ffmpeg_image "$FFMPEG_SRC_PATH" "$FFMPEG_DST_PATH"

WORKDIR ${WORKDIR}
Expand Down

0 comments on commit 3c13be6

Please sign in to comment.