Skip to content

Commit

Permalink
ci: build ffmpeg image with dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Feb 24, 2024
1 parent 94a80bc commit 7e6522c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/386,linux/arm/v6,linux/s390x

- name: Replace dockerfile tag
run: |
sed -i -e "s/latest/main/g" Dockerfile.ffmpeg
- name: Build and push with ffmpeg
id: docker_build_ffmpeg
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 7e6522c

Please sign in to comment.