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
002e0ab5
Unverified
Commit
002e0ab5
authored
Nov 18, 2020
by
Stan Kladko
Committed by
GitHub
Nov 18, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update dockerimagesim.yml
parent
cadf1f59
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dockerimagesim.yml
.github/workflows/dockerimagesim.yml
+2
-2
No files found.
.github/workflows/dockerimagesim.yml
View file @
002e0ab5
...
@@ -6,7 +6,7 @@ jobs:
...
@@ -6,7 +6,7 @@ jobs:
build
:
build
:
runs-on
:
ubuntu-18.04
runs-on
:
ubuntu-18.04
env
:
env
:
ACTIONS_ALLOW_
I
NSECURE_COMMANDS
:
true
ACTIONS_ALLOW_
U
NSECURE_COMMANDS
:
true
DOCKER_USERNAME
:
${{ secrets.DOCKER_USERNAME }}
DOCKER_USERNAME
:
${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD
:
${{ secrets.DOCKER_PASSWORD }}
DOCKER_PASSWORD
:
${{ secrets.DOCKER_PASSWORD }}
steps
:
steps
:
...
@@ -52,7 +52,7 @@ jobs:
...
@@ -52,7 +52,7 @@ jobs:
echo "::set-env name=RELEASE::$RELEASE"
echo "::set-env name=RELEASE::$RELEASE"
bash ./scripts/publish_image.sh sgxwallet_sim
bash ./scripts/publish_image.sh sgxwallet_sim
env
:
env
:
ACTIONS_ALLOW_
I
NSECURE_COMMANDS
:
true
ACTIONS_ALLOW_
U
NSECURE_COMMANDS
:
true
-
name
:
Create Release
-
name
:
Create Release
if
:
contains(github.ref, 'develop') || contains(github.ref, 'beta') || contains(github.ref, 'master') || contains(github.ref, 'stable')
if
:
contains(github.ref, 'develop') || contains(github.ref, 'beta') || contains(github.ref, 'master') || contains(github.ref, 'stable')
id
:
create_release
id
:
create_release
...
...
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