docker in docker?

This commit is contained in:
Jason Kulatunga
2020-08-29 00:46:07 -07:00
parent 8a4f0dc2f4
commit 887ce13c47
+1
View File
@@ -37,6 +37,7 @@ jobs:
${{ env.PROJECT_PATH }}/scrutiny-collector-metrics-linux-amd64
- name: Build Docker
container: docker:19.03.2
run: |
docker build -t analogj/scrutiny .
docker save -o docker-analogj-scrutiny-latest.tar analogj/scrutiny:latest