diff --git a/.github/workflows/sync-build-release.yml b/.github/workflows/sync-build-release.yml index a4caf7845..c237c931f 100644 --- a/.github/workflows/sync-build-release.yml +++ b/.github/workflows/sync-build-release.yml @@ -128,6 +128,7 @@ jobs: with: context: . file: ./Dockerfile + platforms: linux/amd64 push: true tags: | ${{ env.IMAGE_NAME }}:${{ needs.check-upstream.outputs.new_version }} @@ -202,6 +203,7 @@ jobs: with: context: . file: ./Dockerfile + platforms: linux/amd64 push: true tags: | ${{ env.IMAGE_NAME }}:${{ needs.check-upstream.outputs.new_version }}