Skip to content
Snippets Groups Projects
Commit 2b37ad06 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 3177cc88
No related branches found
No related tags found
No related merge requests found
Pipeline #158345 skipped
## [1.0.1](https://gitlab.com/to-be-continuous/docker-compose/compare/1.0.0...1.0.1) (2024-04-27)
### Bug Fixes
* export COMPOSE_FILE variable ([4135b1c](https://gitlab.com/to-be-continuous/docker-compose/commit/4135b1cd874ca94234b3f32a93875d93df00dafa))
# 1.0.0 (2024-04-09)
......
......@@ -14,7 +14,7 @@ Add the following to your `gitlab-ci.yml`:
```yaml
include:
# 1: include the component
- component: gitlab.com/to-be-continuous/docker-compose/gitlab-ci-docker-compose@1.0.0
- component: gitlab.com/to-be-continuous/docker-compose/gitlab-ci-docker-compose@1.0.1
# 2: set/override component inputs
inputs:
# ⚠ this is only an example
......@@ -32,7 +32,7 @@ Add the following to your `gitlab-ci.yml`:
include:
# 1: include the template
- project: 'to-be-continuous/docker-compose'
ref: '1.0.0'
ref: '1.0.1'
file: '/templates/gitlab-ci-docker-compose.yml'
variables:
......
......@@ -746,7 +746,7 @@ stages:
image: $DCMP_IMAGE
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "docker-compose", "1.0.0"]
command: ["--service", "docker-compose", "1.0.1"]
before_script:
- !reference [.compose-scripts]
- install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment