This commit is contained in:
zhouhao 2020-02-20 14:30:27 +08:00
parent 989f3b51e7
commit 8f15a99264
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ jobs:
path: ~/.m2
key: jetlinks-community-maven-repository
- name: Build with Maven
run: mvn -B package docker:build
run: mvn -B package && cd jetlinks-standalone && mvn docker:build
- name: Login Docker Repo
run: echo "${{ secrets.ALIYUN_DOCKER_REPO_PWD }}" | docker login docker.pkg.github.com -u ${{ secrets.ALIYUN_DOCKER_REPO_USERNAME }} --password-stdin
- name: Push Docker