diff --git a/.github/workflows/container-stable.yaml b/.github/workflows/container-stable.yaml index 5c14b37..cee9ba2 100644 --- a/.github/workflows/container-stable.yaml +++ b/.github/workflows/container-stable.yaml @@ -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: | diff --git a/.github/workflows/container-version.yaml b/.github/workflows/container-version.yaml index 8510f6f..07ac535 100644 --- a/.github/workflows/container-version.yaml +++ b/.github/workflows/container-version.yaml @@ -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: |