From 770dad5e3261945ab29c99d6a2aa8e48342735e4 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 26 Apr 2023 19:10:57 +0100 Subject: [PATCH] ci(release): fix docker image build error --- .github/workflows/ci.yml | 2 +- .release-please-manifest.json | 4 ++-- CHANGELOG.md | 7 ------- 3 files changed, 3 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ae4a76..af76902 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,7 +82,7 @@ jobs: args: release --rm-dist env: REGISTRY: ghcr.io - IMAGE: ${{ github.repository }} + IMAGE_NAME: ${{ github.repository }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Package chart run: helm package ./chart -d .cr-release-packages diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 75ec52f..a5d1cf2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.3.0" -} \ No newline at end of file + ".": "2.2.0" +} diff --git a/CHANGELOG.md b/CHANGELOG.md index 9866be6..20d521f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,5 @@ # Changelog -## [2.3.0](https://github.com/jimeh/casecmp/compare/v2.2.0...v2.3.0) (2023-04-26) - - -### Features - -* **version:** add Go version to version output ([5500933](https://github.com/jimeh/casecmp/commit/55009336891b6c281542cf85498abb04816879d3)) - ## [2.2.0](https://github.com/jimeh/casecmp/compare/v2.1.0...v2.2.0) (2023-03-10)