Commit acbb0c87 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 1.0.2 [skip ci]

parent 54491ca9
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [1.0.2](https://gitlab.com/to-be-continuous/cnb/compare/1.0.1...1.0.2) (2023-01-27)


### Bug Fixes

* "Add registry name in all Docker images" ([14fba12](https://gitlab.com/to-be-continuous/cnb/commit/14fba124571a09ca22a84e1fd25d522f3e2462b3))

## [1.0.1](https://gitlab.com/to-be-continuous/cnb/compare/1.0.0...1.0.1) (2022-09-28)


+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
  - project: 'to-be-continuous/cnb'
    ref: '1.0.1'
    ref: '1.0.2'
    file: '/templates/gitlab-ci-cnb.yml'
```

+1 −1
Original line number Diff line number Diff line
@@ -345,7 +345,7 @@ stages:
  image: $CNB_BUILDER_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "cnb", "1.0.1"]
      command: ["--service", "cnb", "1.0.2"]
  before_script:
    - *cnb-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"