From 09d4fc44d3d08b5ec8bac6529e6623c54fedb89a Mon Sep 17 00:00:00 2001 From: liuhuapiaoyuan <278780765@qq.com> Date: Wed, 6 Dec 2023 00:25:31 +0800 Subject: [PATCH] =?UTF-8?q?chor(flow):=20=E8=B0=83=E6=95=B4=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker_build.yml | 4 +++- .github/workflows/release-please.yml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker_build.yml b/.github/workflows/docker_build.yml index 5309567..e9bd3e4 100644 --- a/.github/workflows/docker_build.yml +++ b/.github/workflows/docker_build.yml @@ -6,6 +6,8 @@ on: jobs: build-and-push: runs-on: ubuntu-latest + env: + REMOTE_CONTAINERS: true steps: - name: 代码拉取 uses: actions/checkout@v2 @@ -24,7 +26,7 @@ jobs: with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - + - name: Release run: | chmod +x ./release.sh diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 5da58c0..9f1601e 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -7,7 +7,7 @@ permissions: contents: write pull-requests: write -name: auto-release +name: 自动版本日志 jobs: release-please: