From 65b5fb7be37deadcd69c8433e30e44300362f6a0 Mon Sep 17 00:00:00 2001 From: wangjun Date: Fri, 15 Sep 2023 22:26:15 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E4=BF=AE=E6=94=B9=E9=95=9C=E5=83=8F?= =?UTF-8?q?=E7=BC=96=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker-image.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 24bf0c53..d3bf24e9 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -38,13 +38,6 @@ jobs: push: true tags: zzzwangjun/lion.abp.pro:${{ steps.vars.outputs.RELEASE_VERSION }} - - name: Push Lion.AbpPro.DbMigrator Image - uses: docker/build-push-action@v2 - with: - context: aspnet-core/services/src/Lion.AbpPro.DbMigrator - push: true - tags: zzzwangjun/lion.abp.pro.migrator:${{ steps.vars.outputs.RELEASE_VERSION }} - vben28: runs-on: ubuntu-latest needs: api