Skip to content

Update ci-pipeline.yml: add envvar #869

Update ci-pipeline.yml: add envvar

Update ci-pipeline.yml: add envvar #869

Workflow file for this run

name: make
on:
push:
branches:
- '**'
tags-ignore:
- '**'
schedule:
- cron: '0 4 5,25 * *'
jobs:
call-build-container-vreapis:
uses: ./.github/workflows/ci-pipeline.yml

Check failure on line 13 in .github/workflows/make.yml

View workflow run for this annotation

GitHub Actions / make

Invalid workflow file

The workflow is not valid. In .github/workflows/make.yml (Line: 13, Col: 11): Error from called workflow QCDIS/VREPaaS/.github/workflows/ci-pipeline.yml@1d917839785911efd242cb409ecb480dcaec595b (Line: 28, Col: 16): Unrecognized named-value: 'env'. Located at position 1 within expression: env.CELL_GITHUB
with:
docker_folder: vreapis
tag: vreapi
push: false
secrets:
docker_username: ${{ secrets.DOCKERHUB_USERNAME }}
docker_password: ${{ secrets.DOCKERHUB_PASSWORD }}
call-build-container-vre-panel:
uses: ./.github/workflows/ci-pipeline.yml
strategy:
matrix:
environment:
- production
- test
with:
docker_folder: vre-panel
tag: vreapp
environment: ${{ matrix.environment }}
push: false
secrets:
docker_username: ${{ secrets.DOCKERHUB_USERNAME }}
docker_password: ${{ secrets.DOCKERHUB_PASSWORD }}