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
332fdd2b
Commit
332fdd2b
authored
Aug 17, 2021
by
mingyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix tag name
parent
d7791ea3
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 @
332fdd2b
...
@@ -15,7 +15,7 @@ jobs:
...
@@ -15,7 +15,7 @@ jobs:
submodules
:
true
submodules
:
true
-
name
:
Docker build
-
name
:
Docker build
run
:
|
run
:
|
docker build -t $GITHUB_RE
GISTRY/$GITHUB_RE
POSITORY/engine:latest .
docker build -t $GITHUB_REPOSITORY/engine:latest .
-
name
:
Docker login
-
name
:
Docker login
uses
:
docker/login-action@v1
uses
:
docker/login-action@v1
with
:
with
:
...
@@ -25,9 +25,9 @@ jobs:
...
@@ -25,9 +25,9 @@ jobs:
-
name
:
Docker push latest
-
name
:
Docker push latest
if
:
${{ github.ref == 'refs/heads/main' }}
if
:
${{ github.ref == 'refs/heads/main' }}
run
:
|
run
:
|
docker push $GITHUB_RE
GISTRY/$GITHUB_RE
POSITORY/engine:latest
docker push $GITHUB_REPOSITORY/engine:latest
-
name
:
Docker push production
-
name
:
Docker push production
if
:
${{ github.ref == 'refs/heads/deploy' }}
if
:
${{ github.ref == 'refs/heads/deploy' }}
run
:
|
run
:
|
docker tag $GITHUB_RE
GISTRY/$GITHUB_REPOSITORY/engine:latest $GITHUB_REGISTRY/
$GITHUB_REPOSITORY/engine:production
docker tag $GITHUB_RE
POSITORY/engine:latest
$GITHUB_REPOSITORY/engine:production
docker push $GITHUB_RE
GISTRY/$GITHUB_RE
POSITORY/engine:production
docker push $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