Unverified Commit a6ff47ce authored by kladko's avatar kladko

Fixed Dockerfile

parent bf468707
......@@ -11,4 +11,4 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Build the Docker image
run: cd docker; docker build . --file Dockerfile --tag sgxcontainer:$(date +%s)
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