Skip to content

Commit

Permalink
1232
Browse files Browse the repository at this point in the history
  • Loading branch information
ludapeng committed Jul 13, 2023
1 parent c00fb61 commit 25b8256
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ghcr-alpine-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:
# Use docker.io for Docker Hub if empty
REGISTRY: ghcr.io
# github.repository as <account>/<repo>
IMAGE_NAME: ${{ github.repository }}/alpine-latest-ffmpeg
IMAGE_NAME: ${{ github.repository }}/alpine-latest-ffmpeg-base


jobs:
Expand Down
4 changes: 1 addition & 3 deletions chageself/alpine/alpine313/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -589,8 +589,6 @@ RUN \

### Release Stage
FROM base AS release
LABEL org.opencontainers.image.authors="julien@rottenberg.info" \
org.opencontainers.image.source=https://github.com/jrottenberg/ffmpeg

ENV LD_LIBRARY_PATH=/usr/local/lib:/usr/local/lib64

Expand All @@ -599,6 +597,6 @@ ENV LD_LIBRARY_PATH=/usr/local/lib:/usr/local/lib64

COPY --from=build /usr/local /usr/local

CMD ["/bin/sh"]
CMD ["/bin/sh"]
# Let's make sure the app built correctly
# Convenient to verify on https://hub.docker.com/r/jrottenberg/ffmpeg/builds/ console output

0 comments on commit 25b8256

Please sign in to comment.