Skip to content

update build

update build #1

name: Build & Push (production)
on:
push:
tags: 'v[0-9]+.[0-9]+.[0-9]+'
concurrency:
group: ${{ github.workflow }}
jobs:
build_auto_generators:
uses: dojo-engineering/github-workflows/.github/workflows/remote-payments-dotnet-basic.yaml@main
with:
area:
cloudsdk_container_cluster: production-remotepayments
cloudsdk_core_project: firefly-prod-2018
dockerfile_path: ./build/Dockerfile
namespace: Dojo.AutoGenerators
runner: ubuntu-latest
sha: ${{ github.sha }}
enable_settingsutil: false
disable_docker_build: true
disable_deployment: true
docker-only: true
nuget-package-build-and-push-only: true
service_account_key_path: firefly-dev-2018/remotepayments-nexus-key
secrets:
container_pull_key: ${{ secrets.GH_CONTAINERS_PULLER_KEY }}
build_openapi_generator:
uses: dojo-engineering/github-workflows/.github/workflows/remote-payments-dotnet-basic.yaml@main

Check failure on line 30 in .github/workflows/build-production.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-production.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/build-production.yaml" -> "dojo-engineering/github-workflows/.github/workflows/remote-payments-dotnet-basic.yaml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
area:
cloudsdk_container_cluster: production-remotepayments
cloudsdk_core_project: firefly-prod-2018
dockerfile_path: ./build/Dockerfile
namespace: Dojo.OpenApiGenerator
runner: ubuntu-latest
sha: ${{ github.sha }}
enable_settingsutil: false
disable_docker_build: true
disable_deployment: true
docker-only: true
nuget-package-build-and-push-only: true
service_account_key_path: firefly-dev-2018/remotepayments-nexus-key
secrets:
container_pull_key: ${{ secrets.GH_CONTAINERS_PULLER_KEY }}