Skip to content

v1.2.0

v1.2.0 #5

Workflow file for this run

name: Docker and Helm
on:
release:
types: [published]
workflow_dispatch:
permissions:
contents: read
actions: write
jobs:
dockerbuild:
uses: eclipse-xfsc/dev-ops/.github/workflows/dockerbuild.yml@main
secrets: inherit
with:
dockerfile: "deployment/docker/Dockerfile"
harbor_config: "deployment/harbor.config"
repo_name: well-known-service
helm:
uses: eclipse-xfsc/dev-ops/.github/workflows/helm.yml@main
secrets: inherit
with:
buildContext: "deployment/helm"
harbor_config: "deployment/harbor.config"