diff --git a/CHANGELOG.md b/CHANGELOG.md index 87ba63d2ce365c52465aedb233320fa36615f21c..566f6b82c16bd9a8de67ca945f5cf42a9a9a14b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.1.1](https://gitlab.com/to-be-continuous/python/compare/6.1.0...6.1.1) (2023-01-27) + + +### Bug Fixes + +* "Add registry name in all Docker images" ([5650f7e](https://gitlab.com/to-be-continuous/python/commit/5650f7e213814fa6b5e78353d089fd3aac24f7d5)) + # [6.1.0](https://gitlab.com/to-be-continuous/python/compare/6.0.2...6.1.0) (2022-12-13) diff --git a/README.md b/README.md index f2d886a3ecc2e26beef50a403b01864f359f1c6b..1514b2912a489959fd6f51f4ab08bfa8180dcee6 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ In order to include this template in your project, add the following to your `gi ```yaml include: - project: 'to-be-continuous/python' - ref: '6.1.0' + ref: '6.1.1' file: '/templates/gitlab-ci-python.yml' ``` diff --git a/templates/gitlab-ci-python.yml b/templates/gitlab-ci-python.yml index 5080bb7155239ed1245c5f8b029f1da8f0be843f..5bcff73779aa0176bf3de9bfc39ef6c46848ae68 100644 --- a/templates/gitlab-ci-python.yml +++ b/templates/gitlab-ci-python.yml @@ -565,7 +565,7 @@ variables: image: $PYTHON_IMAGE services: - name: "$TBC_TRACKING_IMAGE" - command: ["--service", "python", "6.1.0"] + command: ["--service", "python", "6.1.1"] # Cache downloaded dependencies and plugins between builds. # To keep cache across branches add 'key: "$CI_JOB_NAME"' cache: