From 1268bb0bf747311946905116a7d6824e7bc2985d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bojan=20=C4=8Cekrli=C4=87?= Date: Wed, 18 Nov 2020 12:02:30 +0100 Subject: [PATCH] Update: Add LICENSE and README.md to the helm chart This commit will push the `LICENSE` and `README.md` to the helm chart. --- .github/workflows/tags.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/tags.yml b/.github/workflows/tags.yml index b82b306..401b533 100644 --- a/.github/workflows/tags.yml +++ b/.github/workflows/tags.yml @@ -35,6 +35,10 @@ jobs: DOCKER_PASSWORD: '${{ secrets.DOCKER_ACCESS_TOKEN }}' PLATFORMS: "linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le" run: ./build.sh -t boky/postfix:$RELEASE_VERSION --push + - name: Copy `README.md` and `LICENCE` into the helm chart + id: readme_and_licence + shell: bash + run: cp README.md LICENSE helm/mail/ - name: Package helm chart uses: WyriHaximus/github-action-helm3@v2 with: