Unverified Commit 91663732 authored by kladko's avatar kladko

Added dockerf

parent e164b48d
......@@ -17,5 +17,7 @@ jobs:
- name: submodule update
run: git submodule update --init --recursive
- name: Build the Docker image
run: docker build . --file DockerfileSimulation --tag sgxcontainer:$(date +%s)
run: docker build . --file DockerfileSimulation --tag docker.pkg.github.com/skalenetwork/sgxwallet/sgxwaletsim:1.0
- name: push docker image
run: docker push docker.pkg.github.com/skalenetwork/sgxwallet/sgxwaletsim:1.0
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