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
274
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
4bf22d0c
Commit
4bf22d0c
authored
30 minutes ago
by
Mark Harding
Browse files
Options
Download
test docker tag
parent
6e96d473
test-docker-tag
No related merge requests found
Pipeline
#117640659
failed with stages
in 5 minutes and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
.gitlab-ci.yml
View file @
4bf22d0c
...
...
@@ -48,6 +48,11 @@ prepare:fpm:
--build-arg SENTRY_DSN=$SENTRY_DSN \
.
-
docker push $CI_REGISTRY_IMAGE/fpm:$CI_PIPELINE_ID
-
|
if ($CI_COMMIT_BRANCH === 'test-docker-tag') { \
docker tag $CI_REGISTRY_IMAGE/fpm:$CI_PIPELINE_ID $CI_REGISTRY_IMAGE/fpm:latest \
}
.
prepare:runners:
stage
:
prepare
...
...
This diff is collapsed.
Please
register
or
sign in
to comment