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
e5563129
Commit
e5563129
authored
6 hours ago
by
Mark Harding
Browse files
Options
Download
test docker tag
parent
6e96d473
No related merge requests found
Pipeline
#117744133
failed with stages
in 5 minutes and 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
.gitlab-ci.yml
View file @
e5563129
...
...
@@ -48,6 +48,12 @@ 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