From 76d64cf0318559399ba5c3b84935890df5ff7db2 Mon Sep 17 00:00:00 2001 From: Jeremiah Russell Date: Fri, 10 Jan 2025 13:51:28 +0000 Subject: [PATCH 1/2] ci(circleci): add context to publish_zola_version job in config file --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index f68a64f..3826ee4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -175,6 +175,7 @@ workflows: jobs: - publish_zola_version: zola-version: << pipeline.parameters.zola-version >> + context: docker - toolkit/make_release: name: Release << pipeline.parameters.zola-version >> pre-steps: From db0ca101661b8a79aa8c580a45f770bf69ac6cd8 Mon Sep 17 00:00:00 2001 From: Jerus Bot <171541392+jerus-bot@users.noreply.github.com> Date: Fri, 10 Jan 2025 13:53:00 +0000 Subject: [PATCH 2/2] chore: update changelog for pr --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 916fa84..1fd090d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - ci-update check_rebase workflow to include release-flag condition(pr [#8]) - chore(ci)-simplify environment variable setting in CircleCI config(pr [#9]) - chore(circleci)-simplify export command in release workflow steps(pr [#10]) +- ci(circleci)-add context to publish_zola_version job in config file(pr [#11]) ### Security @@ -30,3 +31,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#8]: https://github.com/jerus-org/zola-container/pull/8 [#9]: https://github.com/jerus-org/zola-container/pull/9 [#10]: https://github.com/jerus-org/zola-container/pull/10 +[#11]: https://github.com/jerus-org/zola-container/pull/11