Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HYDWS
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
Container registry
Model registry
Operate
Environments
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
Show more breadcrumbs
Indu
HYDWS
Commits
517e1f57
Commit
517e1f57
authored
1 year ago
by
Nicolas Schmid
Browse files
Options
Downloads
Patches
Plain Diff
fix: use tag commit for ci build pipeline
parent
fd49402c
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#3174
passed
1 year ago
Stage: codestyle
Stage: test
Stage: publish
Stage: deploy
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker-compose.yml
+2
-2
2 additions, 2 deletions
docker-compose.yml
with
2 additions
and
2 deletions
docker-compose.yml
+
2
−
2
View file @
517e1f57
...
...
@@ -28,8 +28,8 @@ services:
webservice
:
env_file
:
-
'
.env'
build
:
.
#
image: ${TAG_COMMIT}
#
build: .
image
:
${TAG_COMMIT}
depends_on
:
postgres
:
condition
:
service_healthy
...
...
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