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

chore(release): 1.0.3 [skip ci]

## [1.0.3](https://gitlab.com/to-be-continuous/cnb/compare/1.0.2...1.0.3) (2023-03-22)

### Bug Fixes

* use /workspace dir to avoid unwanted hierarchy in created image ([e28797c0](https://gitlab.com/to-be-continuous/cnb/commit/e28797c0f3d14a0506b5fd1e72ae7300b0530626))
parent 3b1c6ee5
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [1.0.3](https://gitlab.com/to-be-continuous/cnb/compare/1.0.2...1.0.3) (2023-03-22)


### Bug Fixes

* use /workspace dir to avoid unwanted hierarchy in created image ([e28797c](https://gitlab.com/to-be-continuous/cnb/commit/e28797c0f3d14a0506b5fd1e72ae7300b0530626))

## [1.0.2](https://gitlab.com/to-be-continuous/cnb/compare/1.0.1...1.0.2) (2023-01-27)


+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.2'
    ref: '1.0.3'
    file: '/templates/gitlab-ci-cnb.yml'
```

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