mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-04-30 06:34:32 +02:00
Make sure base image is up to date
This commit is contained in:
parent
a7ade4dc87
commit
fb235bdeec
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -16,11 +16,12 @@ jobs:
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USER }}
|
||||
password: ${{ secrets.DOCKER_TOKEN }}
|
||||
always_pull: true
|
||||
repository: btbn/ffmpeg-builder
|
||||
tags: base
|
||||
path: base
|
||||
build_target_bases:
|
||||
name: Build target base images
|
||||
name: Build target base image
|
||||
needs: build_base
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
@ -36,11 +37,12 @@ jobs:
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USER }}
|
||||
password: ${{ secrets.DOCKER_TOKEN }}
|
||||
always_pull: true
|
||||
repository: btbn/ffmpeg-builder
|
||||
tags: base-${{ matrix.target }}
|
||||
path: base-${{ matrix.target }}
|
||||
build_targets:
|
||||
name: Build target images
|
||||
name: Build target-variant image
|
||||
needs: build_target_bases
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
@ -59,5 +61,6 @@ jobs:
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USER }}
|
||||
password: ${{ secrets.DOCKER_TOKEN }}
|
||||
always_pull: true
|
||||
repository: btbn/ffmpeg-builder
|
||||
tags: ${{ matrix.target }}-${{ matrix.variant }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user