mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-09-05 22:14:26 +08:00
Update: Add LICENSE and README.md to the helm chart
This commit will push the `LICENSE` and `README.md` to the helm chart.
This commit is contained in:
parent
f2f1d34612
commit
1268bb0bf7
1 changed files with 4 additions and 0 deletions
4
.github/workflows/tags.yml
vendored
4
.github/workflows/tags.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue