Unverified Commit acd4bad1 authored by kladko's avatar kladko

Fixed Dockerfile

parent a6ff47ce
......@@ -10,5 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: submodule update
run: git submodule update --init --recursive
- name: Build the Docker image
run: docker build . --file Dockerfile --tag sgxcontainer:$(date +%s)
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