Skip to content

chore(release): 2.7.0 #52

chore(release): 2.7.0

chore(release): 2.7.0 #52

Workflow file for this run

name: Build and push artifacts
on:
push:
tags:
- 'v*'
workflow_dispatch:
inputs:
version:
required: true
type: string
env:
HELM_EXPERIMENTAL_OCI: 1
permissions:
contents: write
pull-requests: write
jobs:
build_and_push_docker:
uses: MapColonies/shared-workflows/.github/workflows/build-and-push-docker.yaml@v1
secrets: inherit
build_and_push_helm:
uses: MapColonies/shared-workflows/.github/workflows/build-and-push-helm.yaml@v1
secrets: inherit