mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2026-05-11 03:18:29 +08:00
🚀 add docker test
This commit is contained in:
@@ -142,10 +142,17 @@ jobs:
|
||||
context: .
|
||||
file: ./docker/Dockerfile_with_frontend
|
||||
push: false
|
||||
load: true
|
||||
tags: felinae98/nonebot-bison:dummy
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
|
||||
- name: Test image
|
||||
uses: ./.github/actions/test-docker
|
||||
with:
|
||||
docker-image-name: felinae98/nonebot-bison:dummy
|
||||
wait-time: 10
|
||||
|
||||
- name: Login to DockerHub
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: docker/login-action@v1
|
||||
|
||||
Reference in New Issue
Block a user