diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2243b3f..8905961 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -172,7 +172,8 @@ jobs: with: context: ${{ matrix.app }} file: ${{ matrix.app }}/docker/Dockerfile - platforms: "${{ matrix.architecture }}" + platforms: linux/amd64 +# platforms: "${{ matrix.architecture }}" push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}