fix paths

This commit is contained in:
Jason Dove
2022-12-31 12:59:06 -06:00
parent fe91929cbf
commit 7e1a3cdb64
+3 -3
View File
@@ -57,7 +57,7 @@ jobs:
with:
builder: ${{ steps.docker-buildx.outputs.name }}
context: .
file: ./docker/${{ matrix.path }}Dockerfile
file: ./${{ matrix.path }}Dockerfile
push: true
tags: |
jasongdove/ersatztv-ffmpeg:5.1.2${{ matrix.suffix }}
@@ -68,7 +68,7 @@ jobs:
with:
builder: ${{ steps.docker-buildx.outputs.name }}
context: .
file: ./docker/${{ matrix.path }}Dockerfile
file: ./${{ matrix.path }}Dockerfile
push: true
platforms: 'linux/arm64'
tags: |
@@ -80,7 +80,7 @@ jobs:
with:
builder: ${{ steps.docker-buildx.outputs.name }}
context: .
file: ./docker/${{ matrix.path }}Dockerfile
file: ./${{ matrix.path }}Dockerfile
push: true
platforms: 'linux/arm/v7'
tags: |