Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Backend - Engine
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
275
Merge Requests
33
CI / CD
Security & Compliance
Packages
Analytics
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Backend - Engine
Commits
534892f2
Commit
534892f2
authored
6 hours ago
by
Mark Harding
Browse files
Options
Download
test docker tag
parent
6e96d473
test-docker-tag
No related merge requests found
Pipeline
#117746125
running with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
.gitlab-ci.yml
View file @
534892f2
...
...
@@ -48,6 +48,10 @@ prepare:fpm:
--build-arg SENTRY_DSN=$SENTRY_DSN \
.
-
docker push $CI_REGISTRY_IMAGE/fpm:$CI_PIPELINE_ID
-
>
if [$CI_COMMIT_BRANCH == "test-docker-tag"]; then
docker tag $CI_REGISTRY_IMAGE/fpm:$CI_PIPELINE_ID $CI_REGISTRY_IMAGE/fpm:latest
fi
prepare:runners:
stage
:
prepare
...
...
This diff is collapsed.
Please
register
or
sign in
to comment