Fix the build
This commit is contained in:
parent
c7e8a87a36
commit
6c04658d0d
2
.github/workflows/container-stable.yaml
vendored
2
.github/workflows/container-stable.yaml
vendored
@ -85,7 +85,7 @@ jobs:
|
||||
with:
|
||||
builder: ${{ steps.buildx.outputs.name }}
|
||||
context: ./dockerfiles
|
||||
file: ./dockerfiles/Dockerfile-$${{ matrix.target_image }}
|
||||
file: ./dockerfiles/Dockerfile-${{ matrix.target_image }}
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: |
|
||||
|
2
.github/workflows/container-version.yaml
vendored
2
.github/workflows/container-version.yaml
vendored
@ -90,7 +90,7 @@ jobs:
|
||||
with:
|
||||
builder: ${{ steps.buildx.outputs.name }}
|
||||
context: ./dockerfiles
|
||||
file: ./dockerfiles/Dockerfile-$${{ matrix.target_image }}
|
||||
file: ./dockerfiles/Dockerfile-${{ matrix.target_image }}
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: |
|
||||
|
Reference in New Issue
Block a user