1
Fork 0

Recursive checkout

This commit is contained in:
Jake Howard 2020-04-09 22:27:13 +01:00
parent b9bfe8d1ec
commit 292a87b688
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -11,6 +11,8 @@ jobs:
steps:
- uses: actions/checkout@v1
with:
submodules: true
- name: Build production container
run: docker build --tag docker.pkg.github.com/${GITHUB_REPOSITORY,,}/prod:latest .