Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
donknap authored Aug 10, 2024
1 parent 406cc77 commit 505e29c
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 505e29c

Please sign in to comment.