Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sgxwallet
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
董子豪
sgxwallet
Commits
afe0986b
Unverified
Commit
afe0986b
authored
Jan 27, 2020
by
kladko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SKALE-2077 Fixed Naming
parent
4283072d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
10 deletions
+5
-10
dockerimage.yml
.github/workflows/dockerimage.yml
+5
-10
No files found.
.github/workflows/dockerimage.yml
View file @
afe0986b
name
:
Build, test and push sgxwallet container
name
:
Build, test and push SGX container
on
:
[
push
]
jobs
:
build
:
runs-on
:
ubuntu-latest
steps
:
-
name
:
Login to docker
env
:
...
...
@@ -16,8 +11,8 @@ jobs:
-
uses
:
actions/checkout@v1
-
name
:
submodule update
run
:
git submodule update --init --recursive
-
name
:
Build the Docker image
run
:
docker build . --file Dockerfile --tag skalenetwork/sgxwallet:lates
t
-
name
:
push
docker image
run
:
docker push skalenetwork/sgxwallet:lates
t
-
name
:
build
run
:
python3 scripts/docker_build.py ${GITHUB_REF##*/} Dockerfile sgxwalle
t
-
name
:
push
run
:
python3 scripts/docker_push.py ${GITHUB_REF##*/} Dockerfile sgxwalle
t
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment