Skip to content

Commit

Permalink
bump jf7 to main
Browse files Browse the repository at this point in the history
  • Loading branch information
feederbox826 committed Nov 8, 2024
1 parent f171c0f commit 4e43908
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,6 @@ jobs:
hwaccel-develop
cachetag:
hwaccel-develop
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}
docker-jf7:
uses: ./.github/workflows/docker-hwaccel.yml
with:
upstream: development
tags: hwaccel-develop-jf7
cachetag: hwaccel-develop-jf7
buildarg: "FFMPEG_VERSION=7"
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion dockerfile/hwaccel.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ARG \
OFFICIAL_BUILD="false" \
DEBIAN_FRONTEND="noninteractive" \
TARGETPLATFORM \
FFMPEG_VERSION=6 \
FFMPEG_VERSION=7 \
STASH_TAG="latest"
# labels
LABEL \
Expand Down

0 comments on commit 4e43908

Please sign in to comment.