mirror of
https://github.com/datarhei/ffmpeg
synced 2025-12-24 13:08:07 +08:00
Update workflow names, upgrade actions
This commit is contained in:
6
.github/workflows/build_base_alpine-rpi.yaml
vendored
6
.github/workflows/build_base_alpine-rpi.yaml
vendored
@@ -1,4 +1,4 @@
|
||||
name: "base:alpine-ffmpeg-rpi"
|
||||
name: "base:ffmpeg-rpi-alpine"
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
@@ -13,14 +13,14 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- uses: cardinalby/export-env-action@v1
|
||||
- uses: cardinalby/export-env-action@v2
|
||||
with:
|
||||
envFile: "Build.alpine.env"
|
||||
export: "true"
|
||||
expandWithJobEnv: "true"
|
||||
expand: "true"
|
||||
|
||||
- uses: cardinalby/export-env-action@v1
|
||||
- uses: cardinalby/export-env-action@v2
|
||||
with:
|
||||
envFile: "Build.alpine.rpi.env"
|
||||
export: "true"
|
||||
|
||||
4
.github/workflows/build_base_alpine.yaml
vendored
4
.github/workflows/build_base_alpine.yaml
vendored
@@ -1,4 +1,4 @@
|
||||
name: "base:alpine-ffmpeg"
|
||||
name: "base:ffmpeg-alpine"
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
@@ -13,7 +13,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- uses: cardinalby/export-env-action@v1
|
||||
- uses: cardinalby/export-env-action@v2
|
||||
with:
|
||||
envFile: "Build.alpine.env"
|
||||
export: "true"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: "base:ubuntu-ffmpeg-cuda"
|
||||
name: "base:ffmpeg-cude-ubuntu"
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
@@ -13,14 +13,14 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- uses: cardinalby/export-env-action@v1
|
||||
- uses: cardinalby/export-env-action@v2
|
||||
with:
|
||||
envFile: "Build.ubuntu.env"
|
||||
export: "true"
|
||||
expandWithJobEnv: "true"
|
||||
expand: "true"
|
||||
|
||||
- uses: cardinalby/export-env-action@v1
|
||||
- uses: cardinalby/export-env-action@v2
|
||||
with:
|
||||
envFile: "Build.ubuntu.cuda.env"
|
||||
export: "true"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: "base:ubuntu-ffmpeg-vaapi"
|
||||
name: "base:ffmpeg-vaapi-ubuntu"
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
@@ -13,14 +13,14 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- uses: cardinalby/export-env-action@v1
|
||||
- uses: cardinalby/export-env-action@v2
|
||||
with:
|
||||
envFile: "Build.ubuntu.env"
|
||||
export: "true"
|
||||
expandWithJobEnv: "true"
|
||||
expand: "true"
|
||||
|
||||
- uses: cardinalby/export-env-action@v1
|
||||
- uses: cardinalby/export-env-action@v2
|
||||
with:
|
||||
envFile: "Build.ubuntu.vaapi.env"
|
||||
export: "true"
|
||||
|
||||
Reference in New Issue
Block a user