Unverified Commit 8c91ace6 authored by Stan Kladko's avatar Stan Kladko Committed by GitHub

Create dockerimage.yml

parent 8bee9b40
name: Docker Image CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build the Docker image
run: docker build . --file docker/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