Skip to content

Commit

Permalink
Downgrade to bake-action v5 (blakeblackshear#16098)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickM-27 authored Jan 23, 2025
1 parent 131d07e commit ad76c28
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
${{ steps.setup.outputs.image-name }}-standard-arm64
cache-from: type=registry,ref=${{ steps.setup.outputs.cache-name }}-arm64
- name: Build and push RPi build
uses: docker/bake-action@v6
uses: docker/bake-action@v5
with:
push: true
targets: rpi
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
BASE_IMAGE: timongentzsch/l4t-ubuntu20-opencv:latest
SLIM_BASE: timongentzsch/l4t-ubuntu20-opencv:latest
TRT_BASE: timongentzsch/l4t-ubuntu20-opencv:latest
uses: docker/bake-action@v6
uses: docker/bake-action@v5
with:
push: true
targets: tensorrt
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
BASE_IMAGE: 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
uses: docker/bake-action@v6
uses: docker/bake-action@v5
with:
push: true
targets: tensorrt
Expand All @@ -149,7 +149,7 @@ jobs:
- name: Build and push TensorRT (x86 GPU)
env:
COMPUTE_LEVEL: "50 60 70 80 90"
uses: docker/bake-action@v6
uses: docker/bake-action@v5
with:
push: true
targets: tensorrt
Expand All @@ -174,7 +174,7 @@ jobs:
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Rockchip build
uses: docker/bake-action@v6
uses: docker/bake-action@v5
with:
push: true
targets: rk
Expand All @@ -199,7 +199,7 @@ jobs:
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Hailo-8l build
uses: docker/bake-action@v6
uses: docker/bake-action@v5
with:
push: true
targets: h8l
Expand All @@ -212,7 +212,7 @@ jobs:
env:
AMDGPU: gfx
HSA_OVERRIDE: 0
uses: docker/bake-action@v6
uses: docker/bake-action@v5
with:
push: true
targets: rocm
Expand Down

0 comments on commit ad76c28

Please sign in to comment.