Skip to content

Build and push artifacts #50

Build and push artifacts

Build and push artifacts #50

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@master

Check failure on line 22 in .github/workflows/build_and_push.yaml

View workflow run for this annotation

GitHub Actions / Build and push artifacts

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.

Check failure on line 22 in .github/workflows/build_and_push.yaml

View workflow run for this annotation

GitHub Actions / Build and push artifacts

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