From 505e29ca0a49b4ef8cff9b1e2507a95bc37d1329 Mon Sep 17 00:00:00 2001 From: donknap Date: Sat, 10 Aug 2024 20:48:15 +0800 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 279bb821..cbc17904 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -80,26 +80,6 @@ jobs: make build PROJECT_NAME=dpanel-musl-arm CGO_ENABLED=1 GOARM=7 GOARCH=arm GOOS=linux \ CC=${PWD}/arm-linux-musleabihf-cross/bin/arm-linux-musleabihf-gcc \ CXX=${PWD}/arm-linux-musleabihf-cross/bin/arm-linux-musleabihf-g++ - - name: Docker BuildX - run: | - docker buildx build \ - -t dpanel/dpanel:lite \ - -t dpanel/dpanel:${GITHUB_REF_NAME#v}-lite \ - -t registry.cn-hangzhou.aliyuncs.com/dpanel/dpanel:lite \ - -t registry.cn-hangzhou.aliyuncs.com/dpanel/dpanel:${GITHUB_REF_NAME#v}-lite \ - --platform linux/arm64,linux/amd64,linux/arm/v7 \ - --build-arg APP_VERSION=${GITHUB_REF_NAME#v} \ - -f Dockerfile-lite \ - . --push - - docker buildx build \ - -t dpanel/dpanel:latest \ - -t dpanel/dpanel:${GITHUB_REF_NAME#v} \ - -t registry.cn-hangzhou.aliyuncs.com/dpanel/dpanel:latest \ - -t registry.cn-hangzhou.aliyuncs.com/dpanel/dpanel:${GITHUB_REF_NAME#v}-latest \ - --platform linux/arm64,linux/amd64,linux/arm/v7 \ - --build-arg APP_VERSION=${GITHUB_REF_NAME#v} \ - . --push - name: upload artifact uses: softprops/action-gh-release@v2 with: