From d00e4cf6956560d5ee796bfeb92b15697fa143f2 Mon Sep 17 00:00:00 2001 From: felinae98 <731499577@qq.com> Date: Mon, 6 Jun 2022 00:29:25 +0800 Subject: [PATCH] build next --- .github/workflows/main.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f76c27a..9a1a186 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,6 +4,7 @@ on: push: branches: - main + - next paths: - admin-frontend/** - docker/** @@ -109,7 +110,7 @@ jobs: context: . file: ./docker/Dockerfile_with_frontend push: ${{ github.event_name != 'pull_request' }} - tags: felinae98/nonebot-bison:main + tags: felinae98/nonebot-bison:${{ env.GITHUB_REF_NAME }} cache-from: type=gha cache-to: type=gha,mode=max @@ -146,6 +147,6 @@ jobs: context: . file: ./docker/Dockerfile_with_frontend_sentry push: ${{ github.event_name != 'pull_request' }} - tags: felinae98/nonebot-bison:main-sentry + tags: felinae98/nonebot-bison:${{ env.GITHUB_REF_NAME }}-sentry cache-from: type=gha cache-to: type=gha,mode=max