Commit 4c063be8 by mingyuan

get submodule

parent 35d7c1ce
......@@ -3,7 +3,6 @@ on:
push:
branches:
- deploy
jobs:
build:
name: Build image
......@@ -11,6 +10,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
submodules: true
- name: Docker build
run: |
docker build -t docker.pkg.github.com/$GITHUB_REPOSITORY:latest .
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment