Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
I
init-things
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
init-things
Commits
76bb4cad
Commit
76bb4cad
authored
Aug 21, 2021
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
5e6dfcbe
Pipeline
#4791
passed with stages
in 1 minute and 1 second
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
things/nest-typeorm/.gitlab-ci.yml
things/nest-typeorm/.gitlab-ci.yml
+1
-1
things/nest/.gitlab-ci.yml
things/nest/.gitlab-ci.yml
+1
-1
things/npm/.gitlab-ci.yml
things/npm/.gitlab-ci.yml
+1
-1
No files found.
things/nest-typeorm/.gitlab-ci.yml
View file @
76bb4cad
...
@@ -67,7 +67,7 @@ deploy_tag:
...
@@ -67,7 +67,7 @@ deploy_tag:
-
docker
-
docker
variables
:
variables
:
SOURCE_IMAGE
:
$CONTAINER_TEST_IMAGE
SOURCE_IMAGE
:
$CONTAINER_TEST_IMAGE
TARGET_IMAGE
:
$
$
CI_REGISTRY_IMAGE:$CI_COMMIT_TAG
TARGET_IMAGE
:
$CI_REGISTRY_IMAGE:$CI_COMMIT_TAG
script
:
script
:
-
docker pull $SOURCE_IMAGE
-
docker pull $SOURCE_IMAGE
-
docker tag $SOURCE_IMAGE $TARGET_IMAGE
-
docker tag $SOURCE_IMAGE $TARGET_IMAGE
...
...
things/nest/.gitlab-ci.yml
View file @
76bb4cad
...
@@ -67,7 +67,7 @@ deploy_tag:
...
@@ -67,7 +67,7 @@ deploy_tag:
-
docker
-
docker
variables
:
variables
:
SOURCE_IMAGE
:
$CONTAINER_TEST_IMAGE
SOURCE_IMAGE
:
$CONTAINER_TEST_IMAGE
TARGET_IMAGE
:
$
$
CI_REGISTRY_IMAGE:$CI_COMMIT_TAG
TARGET_IMAGE
:
$CI_REGISTRY_IMAGE:$CI_COMMIT_TAG
script
:
script
:
-
docker pull $SOURCE_IMAGE
-
docker pull $SOURCE_IMAGE
-
docker tag $SOURCE_IMAGE $TARGET_IMAGE
-
docker tag $SOURCE_IMAGE $TARGET_IMAGE
...
...
things/npm/.gitlab-ci.yml
View file @
76bb4cad
...
@@ -67,7 +67,7 @@ deploy_tag:
...
@@ -67,7 +67,7 @@ deploy_tag:
-
docker
-
docker
variables
:
variables
:
SOURCE_IMAGE
:
$CONTAINER_TEST_IMAGE
SOURCE_IMAGE
:
$CONTAINER_TEST_IMAGE
TARGET_IMAGE
:
$
$
CI_REGISTRY_IMAGE:$CI_COMMIT_TAG
TARGET_IMAGE
:
$CI_REGISTRY_IMAGE:$CI_COMMIT_TAG
script
:
script
:
-
docker pull $SOURCE_IMAGE
-
docker pull $SOURCE_IMAGE
-
docker tag $SOURCE_IMAGE $TARGET_IMAGE
-
docker tag $SOURCE_IMAGE $TARGET_IMAGE
...
...
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