Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Ceph Webapp Poc
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Jacopo Gasparetto
Ceph Webapp Poc
Merge requests
!13
fix(ci-cd): invalid reference format
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
fix(ci-cd): invalid reference format
feature/api-v1
into
dev
Overview
2
Commits
1
Pipelines
1
Changes
1
Merged
Jacopo Gasparetto
requested to merge
feature/api-v1
into
dev
1 year ago
Overview
2
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Viewing commit
285ad56a
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
285ad56a
fix(ci-cd): invalid reference format
· 285ad56a
Jacopo Gasparetto
authored
1 year ago
.gitlab-ci.yml
+
1
−
1
Options
@@ -152,7 +152,7 @@ deploy-backend-docker:
-
docker login -u gitlab-ci-token -p ${CI_JOB_TOKEN} ${CI_REGISTRY}
script
:
-
docker pull ${BE_TEST_IMAGE}"
-
docker pull
"
${BE_TEST_IMAGE}"
-
docker tag "${BE_TEST_IMAGE}" "${BE_BASE_IMAGE}:v${VERSION}"
-
docker push "${BE_BASE_IMAGE}:v${VERSION}"
-
|
Loading