Unverified Commit e33388d9 authored by kladko's avatar kladko

Added dockerf

parent 8a4cc965
......@@ -9,15 +9,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Login to docker
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: docker login docker.pkg.github.com -u ${GITHUB_ACTOR} -p {GITHUB_TOKEN}
- uses: actions/checkout@v1
- 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
- name: Login to docker
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: docker login docker.pkg.github.com -u ${GITHUB_ACTOR} -p {GITHUB_TOKEN}
- name: push docker image
run: docker push docker.pkg.github.com/skalenetwork/sgxwallet/sgxwalletsim:latest
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