diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 39a78c9..5bb44d5 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -237,8 +237,7 @@ jobs: - name: Build other platforms and push uses: docker/build-push-action@v6 with: - platforms: linux/amd64 - # platforms: linux/amd64,linux/arm64 + platforms: linux/amd64,linux/arm64 push: ${{ github.event_name != 'pull_request' }} tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.ref_type == 'branch' && 'latest' || github.ref_name }} cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:cache