chore(release): 2.18.0 #2
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 GitHub Actions / Match chart version and push to ACRInvalid workflow file
|
||
secrets: inherit | ||
build_and_push_helm: | ||
uses: MapColonies/shared-workflows/.github/workflows/build-and-push-helm.yaml@master | ||
secrets: inherit |