Unverified Commit c372b96b authored by kladko's avatar kladko

Added dockerf

parent bf016c38
......@@ -13,9 +13,9 @@ jobs:
- name: submodule update
run: git submodule update --init --recursive
- name: Build the Docker image
run: docker build . --file DockerfileSimulation --tag docker.pkg.github.com/skalenetwork/sgxwallet/sgxwalletsim:latest
run: docker build . --file DockerfileSimulation --tag docker.pkg.github.com/skalenetwork/sgxwallet/sgxwalletsim:1.0
- name: Login to docker
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: docker login docker.pkg.github.com -u ${GITHUB_ACTOR} -p {GITHUB_TOKEN}; docker push docker.pkg.github.com/skalenetwork/sgxwallet/sgxwalletsim:latest
run: docker login docker.pkg.github.com -u ${GITHUB_ACTOR} -p {GITHUB_TOKEN}; docker push docker.pkg.github.com/skalenetwork/sgxwallet/sgxwalletsim: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