Skip to content

Commit

Permalink
fix remaining build-args
Browse files Browse the repository at this point in the history
  • Loading branch information
feederbox826 committed Nov 22, 2023
1 parent 8df77e2 commit 628590c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/docker-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
with:
push: true
file: hwaccel.Dockerfile
build-args:
- S6_OVERLAY_ARCH: ${{ matrix.architecture }}
build-args: |
S6_OVERLAY_ARCH: ${{ matrix.architecture }}
platforms: ${{ matrix.platform }}
tags: |
${{ GHCR_IMAGE }}:hwaccel-${{ matrix.tag }}
Expand All @@ -68,8 +68,8 @@ jobs:
with:
push: true
file: hwaccel-lscr.Dockerfile
build-args:
- S6_OVERLAY_ARCH: ${{ matrix.architecture }}
build-args: |
S6_OVERLAY_ARCH: ${{ matrix.architecture }}
platforms: ${{ matrix.platform }}
tags: |
${{ GHCR_IMAGE }}:hwaccel-lscr-${{ matrix.tag }}
Expand All @@ -78,8 +78,8 @@ jobs:
with:
push: true
file: hwaccel-jf.Dockerfile
build-args:
- S6_OVERLAY_ARCH: ${{ matrix.architecture }}
build-args: |
S6_OVERLAY_ARCH: ${{ matrix.architecture }}
platforms: ${{ matrix.platform }}
tags: |
${{ GHCR_IMAGE }}:hwaccel-jf-${{ matrix.tag }}
Expand Down

0 comments on commit 628590c

Please sign in to comment.