Skip to content

chore(deps): update ghcr.io/hargata/lubelogger docker tag to v1.3.9 (… #54

chore(deps): update ghcr.io/hargata/lubelogger docker tag to v1.3.9 (…

chore(deps): update ghcr.io/hargata/lubelogger docker tag to v1.3.9 (… #54

Workflow file for this run

name: release
on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: fregante/setup-git-user@v2
- name: Prepare GPG key
env:
GPG_KEYRING_BASE64: ${{ secrets.GPG_KEYRING_BASE64 }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
run: |
./hack/gpg.sh \
"${GPG_KEYRING_BASE64}" \
"${GPG_PASSPHRASE}" \
"${GITHUB_ENV}"
- uses: azure/setup-helm@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
- id: releaser
uses: helm/chart-releaser-action@v1
env:
CR_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
charts_dir: ./anza-labs
config: .cr.yaml