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

chore(release): 1.1.1 [skip ci]

parent b4702900
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [1.1.1](https://gitlab.com/to-be-continuous/sbt/compare/1.1.0...1.1.1) (2023-01-27)


### Bug Fixes

* "Add registry name in all Docker images" ([663c9c6](https://gitlab.com/to-be-continuous/sbt/commit/663c9c688ddd0862938510e7a5328afdc346b964))

# [1.1.0](https://gitlab.com/to-be-continuous/sbt/compare/1.0.0...1.1.0) (2022-12-19)


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

+1 −1
Original line number Diff line number Diff line
@@ -262,7 +262,7 @@ stages:
  image: $SBT_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "sbt", "1.1.0" ]
      command: ["--service", "sbt", "1.1.1" ]
  before_script:
    - *sbt-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"