fix: all in one image and support special image to connect

This commit is contained in:
fengcaiwen
2022-11-06 10:54:04 +08:00
committed by wencaiwulue
parent 1146d4c440
commit 675759803e
15 changed files with 47 additions and 103 deletions

View File

@@ -19,7 +19,7 @@ jobs:
run: |
echo ${{ secrets.DOCKER_PASSWORD }} | docker login -u ${{ secrets.DOCKER_USER }} --password-stdin
export VERSION=test
make all-image
make container
linux:
runs-on: ubuntu-latest
needs: [ "image" ]