From 14780111b8f8cf6bcfd60f9726c386fdfe5f7d05 Mon Sep 17 00:00:00 2001 From: rebron1900 Date: Sun, 31 Dec 2023 12:50:25 +0800 Subject: [PATCH] build docker v2.5 --- .github/workflows/build.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9b0c4ec..a874d16 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -100,8 +100,6 @@ jobs: with: tag_name: ${{ github.ref }} release_name: ${{ github.ref }} - draft: true - prerelease: true - name: Download Artifacts uses: actions/download-artifact@v2 with: @@ -172,7 +170,6 @@ jobs: uses: docker/build-push-action@v2 with: context: . - file: ./etc/dockerfile platforms: linux/amd64,linux/arm64,linux/arm/v7 push: true tags: |