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
cf12599a
Unverified
Commit
cf12599a
authored
Jan 21, 2020
by
kladko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added dockerf
parent
c372b96b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
dockerimagesim.yml
.github/workflows/dockerimagesim.yml
+7
-5
No files found.
.github/workflows/dockerimagesim.yml
View file @
cf12599a
...
@@ -9,13 +9,15 @@ jobs:
...
@@ -9,13 +9,15 @@ jobs:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
-
name
:
Login to docker
env
:
GITHUB_TOKEN
:
${{ secrets.DOCKER_SECRET }}
run
:
docker login docker.pkg.github.com -u kladkogex -p ${GITHUB_TOKEN}
-
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 the Docker image
run
:
docker build . --file DockerfileSimulation --tag docker.pkg.github.com/skalenetwork/sgxwallet/sgxwalletsim:1.0
run
:
docker build . --file DockerfileSimulation --tag docker.pkg.github.com/skalenetwork/sgxwallet/sgxwalletsim:latest
-
name
:
Login to docker
-
name
:
push docker image
env
:
run
:
docker push docker.pkg.github.com/skalenetwork/sgxwallet/sgxwalletsim:latest
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:1.0
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