mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-09-07 23:14:39 +08:00
Bump WyriHaximus/github-action-helm3 from 2 to 3
Bumps [WyriHaximus/github-action-helm3](https://github.com/WyriHaximus/github-action-helm3) from 2 to 3. - [Release notes](https://github.com/WyriHaximus/github-action-helm3/releases) - [Commits](https://github.com/WyriHaximus/github-action-helm3/compare/v2...v3) --- updated-dependencies: - dependency-name: WyriHaximus/github-action-helm3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
4a8b4e7cc6
commit
ac8ccced42
1 changed files with 2 additions and 2 deletions
4
.github/workflows/tags.yml
vendored
4
.github/workflows/tags.yml
vendored
|
@ -183,12 +183,12 @@ jobs:
|
|||
# See more here: https://artifacthub.io/docs/topics/annotations/helm/#supported-annotations
|
||||
|
||||
- name: Package helm chart
|
||||
uses: WyriHaximus/github-action-helm3@v2
|
||||
uses: WyriHaximus/github-action-helm3@v3
|
||||
with:
|
||||
exec: helm package --app-version $RELEASE_VERSION --version $RELEASE_VERSION --destination ./gh-pages helm/mail
|
||||
|
||||
- name: Create helm chart index
|
||||
uses: WyriHaximus/github-action-helm3@v2
|
||||
uses: WyriHaximus/github-action-helm3@v3
|
||||
with:
|
||||
exec: cd gh-pages && rm -rf .git && helm repo index . --url https://bokysan.github.io/docker-postfix
|
||||
- name: Upload gh-pages
|
||||
|
|
Loading…
Add table
Reference in a new issue