From 6c04658d0dfb4d04efef82e1c2b864e3293e3e30 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Thu, 4 May 2023 12:32:47 +0200 Subject: [PATCH] Fix the build --- .github/workflows/container-stable.yaml | 2 +- .github/workflows/container-version.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: |