mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-12 22:25:24 +03:00
Bump docker/bake-action from 3 to 5
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 3 to 5. - [Release notes](https://github.com/docker/bake-action/releases) - [Commits](https://github.com/docker/bake-action/compare/v3...v5) --- updated-dependencies: - dependency-name: docker/bake-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
89a478ce0a
commit
7247be76f4
18
.github/workflows/ci.yml
vendored
18
.github/workflows/ci.yml
vendored
@ -60,7 +60,7 @@ jobs:
|
|||||||
${{ steps.setup.outputs.image-name }}-standard-arm64
|
${{ steps.setup.outputs.image-name }}-standard-arm64
|
||||||
cache-from: type=registry,ref=${{ steps.setup.outputs.cache-name }}-arm64
|
cache-from: type=registry,ref=${{ steps.setup.outputs.cache-name }}-arm64
|
||||||
- name: Build and push RPi build
|
- name: Build and push RPi build
|
||||||
uses: docker/bake-action@v4
|
uses: docker/bake-action@v5
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
targets: rpi
|
targets: rpi
|
||||||
@ -70,7 +70,7 @@ jobs:
|
|||||||
*.cache-from=type=registry,ref=${{ steps.setup.outputs.cache-name }}-arm64
|
*.cache-from=type=registry,ref=${{ steps.setup.outputs.cache-name }}-arm64
|
||||||
*.cache-to=type=registry,ref=${{ steps.setup.outputs.cache-name }}-arm64,mode=max
|
*.cache-to=type=registry,ref=${{ steps.setup.outputs.cache-name }}-arm64,mode=max
|
||||||
- name: Build and push Rockchip build
|
- name: Build and push Rockchip build
|
||||||
uses: docker/bake-action@v3
|
uses: docker/bake-action@v5
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
targets: rk
|
targets: rk
|
||||||
@ -95,7 +95,7 @@ jobs:
|
|||||||
BASE_IMAGE: timongentzsch/l4t-ubuntu20-opencv:latest
|
BASE_IMAGE: timongentzsch/l4t-ubuntu20-opencv:latest
|
||||||
SLIM_BASE: timongentzsch/l4t-ubuntu20-opencv:latest
|
SLIM_BASE: timongentzsch/l4t-ubuntu20-opencv:latest
|
||||||
TRT_BASE: timongentzsch/l4t-ubuntu20-opencv:latest
|
TRT_BASE: timongentzsch/l4t-ubuntu20-opencv:latest
|
||||||
uses: docker/bake-action@v4
|
uses: docker/bake-action@v5
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
targets: tensorrt
|
targets: tensorrt
|
||||||
@ -121,7 +121,7 @@ jobs:
|
|||||||
BASE_IMAGE: nvcr.io/nvidia/l4t-tensorrt:r8.5.2-runtime
|
BASE_IMAGE: nvcr.io/nvidia/l4t-tensorrt:r8.5.2-runtime
|
||||||
SLIM_BASE: nvcr.io/nvidia/l4t-tensorrt:r8.5.2-runtime
|
SLIM_BASE: nvcr.io/nvidia/l4t-tensorrt:r8.5.2-runtime
|
||||||
TRT_BASE: nvcr.io/nvidia/l4t-tensorrt:r8.5.2-runtime
|
TRT_BASE: nvcr.io/nvidia/l4t-tensorrt:r8.5.2-runtime
|
||||||
uses: docker/bake-action@v4
|
uses: docker/bake-action@v5
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
targets: tensorrt
|
targets: tensorrt
|
||||||
@ -146,7 +146,7 @@ jobs:
|
|||||||
- name: Build and push TensorRT (x86 GPU)
|
- name: Build and push TensorRT (x86 GPU)
|
||||||
env:
|
env:
|
||||||
COMPUTE_LEVEL: "50 60 70 80 90"
|
COMPUTE_LEVEL: "50 60 70 80 90"
|
||||||
uses: docker/bake-action@v4
|
uses: docker/bake-action@v5
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
targets: tensorrt
|
targets: tensorrt
|
||||||
@ -159,7 +159,7 @@ jobs:
|
|||||||
# env:
|
# env:
|
||||||
# AMDGPU: gfx
|
# AMDGPU: gfx
|
||||||
# HSA_OVERRIDE: 0
|
# HSA_OVERRIDE: 0
|
||||||
# uses: docker/bake-action@v3
|
# uses: docker/bake-action@v5
|
||||||
# with:
|
# with:
|
||||||
# push: true
|
# push: true
|
||||||
# targets: rocm
|
# targets: rocm
|
||||||
@ -172,7 +172,7 @@ jobs:
|
|||||||
# AMDGPU: gfx900
|
# AMDGPU: gfx900
|
||||||
# HSA_OVERRIDE: 1
|
# HSA_OVERRIDE: 1
|
||||||
# HSA_OVERRIDE_GFX_VERSION: 9.0.0
|
# HSA_OVERRIDE_GFX_VERSION: 9.0.0
|
||||||
# uses: docker/bake-action@v3
|
# uses: docker/bake-action@v5
|
||||||
# with:
|
# with:
|
||||||
# push: true
|
# push: true
|
||||||
# targets: rocm
|
# targets: rocm
|
||||||
@ -185,7 +185,7 @@ jobs:
|
|||||||
# AMDGPU: gfx1030
|
# AMDGPU: gfx1030
|
||||||
# HSA_OVERRIDE: 1
|
# HSA_OVERRIDE: 1
|
||||||
# HSA_OVERRIDE_GFX_VERSION: 10.3.0
|
# HSA_OVERRIDE_GFX_VERSION: 10.3.0
|
||||||
# uses: docker/bake-action@v3
|
# uses: docker/bake-action@v5
|
||||||
# with:
|
# with:
|
||||||
# push: true
|
# push: true
|
||||||
# targets: rocm
|
# targets: rocm
|
||||||
@ -198,7 +198,7 @@ jobs:
|
|||||||
# AMDGPU: gfx1100
|
# AMDGPU: gfx1100
|
||||||
# HSA_OVERRIDE: 1
|
# HSA_OVERRIDE: 1
|
||||||
# HSA_OVERRIDE_GFX_VERSION: 11.0.0
|
# HSA_OVERRIDE_GFX_VERSION: 11.0.0
|
||||||
# uses: docker/bake-action@v3
|
# uses: docker/bake-action@v5
|
||||||
# with:
|
# with:
|
||||||
# push: true
|
# push: true
|
||||||
# targets: rocm
|
# targets: rocm
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user