Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

feat(build): add Dockerfile #3

feat(build): add Dockerfile

feat(build): add Dockerfile #3

Workflow file for this run

name: build
on:
push:
branches:
- main
- features/**
- fixes/**
pull_request:
workflow_dispatch:
inputs:
gitops-version:
description: 'GitOps version to use'
required: true
default: 'main'
type: string
jobs:
build:
uses: ae-utbm/gitops/.github/workflows/pnpm-image-build-publish.yml@features/initial-setup

Check failure on line 20 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / build

Invalid workflow file

The workflow is not valid. In .github/workflows/build.yml (Line: 20, Col: 11): Error from called workflow ae-utbm/gitops/.github/workflows/pnpm-image-build-publish.yml@features/initial-setup (Line: 47, Col: 7): Unexpected value 'package'

Check failure on line 20 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / build

Invalid workflow file

The workflow is not valid. In .github/workflows/build.yml (Line: 20, Col: 11): Error from called workflow ae-utbm/gitops/.github/workflows/pnpm-image-build-publish.yml@features/initial-setup (Line: 43, Col: 5): Unexpected value 'id' In .github/workflows/build.yml (Line: 20, Col: 11): Error from called workflow ae-utbm/gitops/.github/workflows/pnpm-image-build-publish.yml@features/initial-setup (Line: 100, Col: 18): Unrecognized named-value: 'jobs'. Located at position 1 within expression: jobs.build-push-docker.outputs.docker-image

Check failure on line 20 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / build

Invalid workflow file

The workflow is not valid. In .github/workflows/build.yml (Line: 20, Col: 11): Error from called workflow ae-utbm/gitops/.github/workflows/pnpm-image-build-publish.yml@features/initial-setup (Line: 99, Col: 18): Unrecognized named-value: 'jobs'. Located at position 1 within expression: jobs.build-push-docker.outputs.docker-image In .github/workflows/build.yml (Line: 20, Col: 11): Error from called workflow ae-utbm/gitops/.github/workflows/pnpm-image-build-publish.yml@features/initial-setup (Line: 90, Col: 5): Required property is missing: runs-on

Check failure on line 20 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / build

Invalid workflow file

The workflow is not valid. In .github/workflows/build.yml (Line: 20, Col: 11): Error from called workflow ae-utbm/gitops/.github/workflows/pnpm-image-build-publish.yml@features/initial-setup (Line: 90, Col: 5): Required property is missing: runs-on
with:
# Replace theses values to the ones according your project
pnpm-lint-script: 'lint'
node-version: '18'