Unverified Commit eafde8b8 authored by kladko's avatar kladko

Added image tagging

parent 53faa41e
name: Build and push sim container
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Login to docker
......@@ -15,8 +11,6 @@ jobs:
- uses: actions/checkout@v1
- name: submodule update
run: git submodule update --init --recursive
- name: ls
run: echo $PWD;
- name: build
run: python3 scripts/docker_build.py ${GITHUB_REF##*/} DockerfileSimulation sgxwalletsim
- name: test
......
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