Unverified Commit cc9d3c71 authored by kladko's avatar kladko

SKALE-2502

parent 8d0821da
......@@ -4,6 +4,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: show ccache stats
run: ccache -sz
- name: Login to docker
env:
GITHUB_TOKEN: ${{ secrets.DOCKER_SECRET }}
......@@ -15,4 +17,6 @@ jobs:
run: python3 scripts/docker_build.py ${GITHUB_REF##*/} Dockerfile sgxwallet ${GITHUB_SHA}
- name: push
run: python3 scripts/docker_push.py ${GITHUB_REF##*/} Dockerfile sgxwallet ${GITHUB_SHA}
- name: show ccache stats
run: ccache -sz
......@@ -4,6 +4,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: show ccache stats
run: ccache -sz
- name: Check that /dev/urandom exists
run: ls /dev/urandom
- name: Login to docker
......@@ -19,6 +21,8 @@ jobs:
run: python3 scripts/docker_test.py ${GITHUB_REF##*/} DockerfileSimulation sgxwalletsim ${GITHUB_SHA}
- name: push
run: python3 scripts/docker_push.py ${GITHUB_REF##*/} DockerfileSimulation sgxwalletsim ${GITHUB_SHA}
- name: show ccache stats
run: ccache -sz
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