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

chore(release): 3.1.1 [skip ci]

parent 2176d4e5
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [3.1.1](https://gitlab.com/to-be-continuous/bash/compare/3.1.0...3.1.1) (2023-01-27)


### Bug Fixes

* Add registry name in all Docker images ([aa38096](https://gitlab.com/to-be-continuous/bash/commit/aa3809644a1bf0ee2fccf7bc3626ef5afb6c0080))

# [3.1.0](https://gitlab.com/to-be-continuous/bash/compare/3.0.1...3.1.0) (2022-10-04)


+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ In order to include this template in your project, add the following to your `.g
```yaml
include:
  - project: 'to-be-continuous/bash'
    ref: '3.1.0'
    ref: '3.1.1'
    file: '/templates/gitlab-ci-bash.yml'
```

+1 −1
Original line number Diff line number Diff line
@@ -223,7 +223,7 @@ stages:
  stage: build
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "bash", "3.1.0" ]
      command: ["--service", "bash", "3.1.1" ]
  before_script:
    - *bash-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"