Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
rails_dingtalk
Project
Overview
Details
Activity
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
other
rails_dingtalk
Commits
d7791ea3
Commit
d7791ea3
authored
Aug 17, 2021
by
mingyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update stynx
parent
9f6cc982
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
cd.yml
workflows/cd.yml
+4
-4
No files found.
workflows/cd.yml
View file @
d7791ea3
...
...
@@ -15,7 +15,7 @@ jobs:
submodules
:
true
-
name
:
Docker build
run
:
|
docker build -t $
secrets:
GITHUB_REGISTRY/$GITHUB_REPOSITORY/engine:latest .
docker build -t $GITHUB_REGISTRY/$GITHUB_REPOSITORY/engine:latest .
-
name
:
Docker login
uses
:
docker/login-action@v1
with
:
...
...
@@ -25,9 +25,9 @@ jobs:
-
name
:
Docker push latest
if
:
${{ github.ref == 'refs/heads/main' }}
run
:
|
docker push $
secrets:
GITHUB_REGISTRY/$GITHUB_REPOSITORY/engine:latest
docker push $GITHUB_REGISTRY/$GITHUB_REPOSITORY/engine:latest
-
name
:
Docker push production
if
:
${{ github.ref == 'refs/heads/deploy' }}
run
:
|
docker tag $
secrets:GITHUB_REGISTRY/$GITHUB_REPOSITORY/engine:latest $secrets:
GITHUB_REGISTRY/$GITHUB_REPOSITORY/engine:production
docker push $
secrets:
GITHUB_REGISTRY/$GITHUB_REPOSITORY/engine:production
docker tag $
GITHUB_REGISTRY/$GITHUB_REPOSITORY/engine:latest $
GITHUB_REGISTRY/$GITHUB_REPOSITORY/engine:production
docker push $GITHUB_REGISTRY/$GITHUB_REPOSITORY/engine:production
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