Skip to content

Revert "Arrange deployments that depend on secrets and configmaps to … #57

Revert "Arrange deployments that depend on secrets and configmaps to …

Revert "Arrange deployments that depend on secrets and configmaps to … #57

Workflow file for this run

name: Release Workflow
on:
push:
tags:
- "*" # triggers only if push new tag version
jobs:
ci-tests:
uses: ./.github/workflows/ci-tests.yml
secrets: inherit
release-build:
uses: ./.github/workflows/gorelease.yml
needs: ci-tests
deploy-docs:
uses: ./.github/workflows/docs.yml
needs: ci-tests