Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
templates
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Prada Sarasola, Miguel
templates
Commits
e06df346
Commit
e06df346
authored
3 years ago
by
Jon Azpiazu
Browse files
Options
Downloads
Patches
Plain Diff
Fix tag name for ddeploy docker image
parent
3c95d5eb
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ci-templates/README.adoc
+1
-1
1 addition, 1 deletion
ci-templates/README.adoc
ci-templates/industrial-ci-templates.yml
+1
-1
1 addition, 1 deletion
ci-templates/industrial-ci-templates.yml
with
2 additions
and
2 deletions
ci-templates/README.adoc
+
1
−
1
View file @
e06df346
...
@@ -23,7 +23,7 @@ The Core pipeline, defined in link:ci-templates/core.yml[], has the following st
...
@@ -23,7 +23,7 @@ The Core pipeline, defined in link:ci-templates/core.yml[], has the following st
** Calls `ddeploy` to generate the docker image
** Calls `ddeploy` to generate the docker image
** Renames the image created by ddeploy with different tags and pushes them to the registry.
** Renames the image created by ddeploy with different tags and pushes them to the registry.
*** Tag `${COMMIT_SHA}` (hash of commit)
*** Tag `${COMMIT_SHA}` (hash of commit)
*** Tag `${CI_COMMIT_REF
_SLUG
}` (branch or tag name)
*** Tag `${CI_COMMIT_REF}` (branch or tag name)
*** Tag `latest` only on the default branch
*** Tag `latest` only on the default branch
- Stage: `.post`
- Stage: `.post`
* Check `bash`/`sh` script syntax
* Check `bash`/`sh` script syntax
...
...
This diff is collapsed.
Click to expand it.
ci-templates/industrial-ci-templates.yml
+
1
−
1
View file @
e06df346
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
variables
:
variables
:
DOCKER_PUSH_REGISTRY
:
${ARTIFACT_DOCKER_URL}
DOCKER_PUSH_REGISTRY
:
${ARTIFACT_DOCKER_URL}
DOCKER_PUSH_NAME
:
${CI_PROJECT_PATH}
DOCKER_PUSH_NAME
:
${CI_PROJECT_PATH}
DOCKER_PUSH_TAG
:
${CI_COMMIT_REF
_SLUG
}
DOCKER_PUSH_TAG
:
${CI_COMMIT_REF}
DDEPLOY_YAML
:
ddeploy.yaml
DDEPLOY_YAML
:
ddeploy.yaml
before_script
:
before_script
:
-
apk add --update python3 git py3-pip git-lfs
-
apk add --update python3 git py3-pip git-lfs
...
...
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