Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gitlab-ci-cd
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
JetBrains YouTrack
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Prosper
gitlab-ci-cd
Commits
a0eaae6e
Commit
a0eaae6e
authored
2 years ago
by
Griefed
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
722ba487
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+7
-7
7 additions, 7 deletions
README.md
with
7 additions
and
7 deletions
README.md
+
7
−
7
View file @
a0eaae6e
...
...
@@ -34,7 +34,7 @@ Combines:
```
yml
Inform About Release
:
stage
:
Build Release
image
:
ghcr.io/griefed/gitlab-ci-cd:2.0.
6
image
:
ghcr.io/griefed/gitlab-ci-cd:2.0.
9
needs
:
-
job
:
Build Release
artifacts
:
false
...
...
@@ -77,7 +77,7 @@ Inform About Release:
```
yml
test docker
:
stage
:
test
image
:
ghcr.io/griefed/gitlab-ci-cd:2.0.
8
image
:
ghcr.io/griefed/gitlab-ci-cd:2.0.
9
before_script
:
-
docker login -u "$DOCKERHUB_USER" -p "$DOCKERHUB_TOKEN" docker.io
-
docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
...
...
@@ -164,10 +164,10 @@ stages:
-
build
services
:
-
name
:
ghcr.io/griefed/gitlab-ci-cd:2.0.
8
-
name
:
ghcr.io/griefed/gitlab-ci-cd:2.0.
9
alias
:
docker
image
:
ghcr.io/griefed/gitlab-ci-cd:2.0.
8
image
:
ghcr.io/griefed/gitlab-ci-cd:2.0.
9
variables
:
project_name
:
$CI_PROJECT_NAME
...
...
@@ -183,7 +183,7 @@ workflow:
test docker
:
stage
:
test
image
:
ghcr.io/griefed/gitlab-ci-cd:2.0.
8
image
:
ghcr.io/griefed/gitlab-ci-cd:2.0.
9
before_script
:
-
docker login -u "$DOCKERHUB_USER" -p "$DOCKERHUB_TOKEN" docker.io
-
docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
...
...
@@ -205,7 +205,7 @@ test docker:
release
:
needs
:
[
'
test
docker'
]
image
:
ghcr.io/griefed/gitlab-ci-cd:2.0.
8
image
:
ghcr.io/griefed/gitlab-ci-cd:2.0.
9
stage
:
release
script
:
-
npx semantic-release
...
...
@@ -219,7 +219,7 @@ release:
build
:
stage
:
build
image
:
ghcr.io/griefed/gitlab-ci-cd:2.0.
8
image
:
ghcr.io/griefed/gitlab-ci-cd:2.0.
9
before_script
:
-
docker login -u "$DOCKERHUB_USER" -p "$DOCKERHUB_TOKEN" docker.io
-
docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment