Skip to content

Update ghcr.io/mrueg/netcupscp-exporter Docker tag to v0.4.1 #14

Update ghcr.io/mrueg/netcupscp-exporter Docker tag to v0.4.1

Update ghcr.io/mrueg/netcupscp-exporter Docker tag to v0.4.1 #14

Workflow file for this run

name: Chart-Pipeline
on:
pull_request:
branches: [main]
paths: ["charts/**"]
push:
branches: [main]
paths: ["charts/**"]
workflow_dispatch:
jobs:
preparation:
uses: ./.github/workflows/chart-preparation.yml
linting:
needs: [preparation]
uses: ./.github/workflows/chart-linting.yml
testing:
needs: [preparation, linting]
uses: ./.github/workflows/chart-testing.yml
releasing:
if: github.ref == 'refs/heads/main'
needs: [preparation, linting, testing]
uses: ./.github/workflows/chart-releasing.yml
secrets:
GPG_PRIVATE_KEY_BASE64: ${{ secrets.GPG_PRIVATE_KEY_BASE64 }}
GPG_PRIVATE_KEY_PASSPHRASE: ${{ secrets.GPG_PRIVATE_KEY_PASSPHRASE }}
GPG_PRIVATE_KEY_UID: ${{ secrets.GPG_PRIVATE_KEY_UID }}