Skip to content

chore(release): 2.18.0 #2

chore(release): 2.18.0

chore(release): 2.18.0 #2

Workflow file for this run

name: Match chart version and push to ACR
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@master

Check failure on line 22 in .github/workflows/build-and-push.yaml

View workflow run for this annotation

GitHub Actions / Match chart version and push to ACR

Invalid workflow file

The workflow is not valid. .github/workflows/build-and-push.yaml (Line: 22, Col: 13): Input scope is required, but not provided while calling.
secrets: inherit
build_and_push_helm:
uses: MapColonies/shared-workflows/.github/workflows/build-and-push-helm.yaml@master
secrets: inherit