build next

This commit is contained in:
felinae98 2022-06-06 00:29:25 +08:00
parent 1f074b1045
commit d00e4cf695
No known key found for this signature in database
GPG Key ID: 00C8B010587FF610

View File

@ -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