Unverified Commit afe0986b authored by kladko's avatar kladko

SKALE-2077 Fixed Naming

parent 4283072d
name: Build, test and push sgxwallet container name: Build, test and push SGX container
on: [push] on: [push]
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Login to docker - name: Login to docker
env: env:
...@@ -16,8 +11,8 @@ jobs: ...@@ -16,8 +11,8 @@ jobs:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: submodule update - name: submodule update
run: git submodule update --init --recursive run: git submodule update --init --recursive
- name: Build the Docker image - name: build
run: docker build . --file Dockerfile --tag skalenetwork/sgxwallet:latest run: python3 scripts/docker_build.py ${GITHUB_REF##*/} Dockerfile sgxwallet
- name: push docker image - name: push
run: docker push skalenetwork/sgxwallet:latest run: python3 scripts/docker_push.py ${GITHUB_REF##*/} Dockerfile sgxwallet
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