Unverified Commit b7e18fa1 authored by Stan Kladko's avatar Stan Kladko Committed by GitHub

Update dockerimage.yml

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