diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 8c73dd6da..b319543f6 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -90,6 +90,7 @@ jobs: with: context: . file: ./Dockerfile + platforms: linux/amd64 push: true tags: | ${{ env.IMAGE_NAME }}:${{ needs.check-tag.outputs.current_tag }} @@ -142,6 +143,7 @@ jobs: with: context: . file: ./Dockerfile + platforms: linux/amd64 push: true tags: | ${{ env.IMAGE_NAME }}:${{ needs.check-tag.outputs.current_tag }}