Skip to content

Include PIP options in devcontainer build #7

Include PIP options in devcontainer build

Include PIP options in devcontainer build #7

---
name: Build netlab devcontainer with :devc tag whenever a push is made in the 'devc' branch
on:
push:
branches: [ devc ]
env:
REGISTRY: ghcr.io
jobs:
build:
uses: ./.github/workflows/devcontainer-build.yml
with:
docker-tags: devc
pip-options: --pre

Check failure on line 16 in .github/workflows/devcontainer-devc.yml

View workflow run for this annotation

GitHub Actions / Build netlab devcontainer with :devc tag whenever a push is made in the 'devc' branch

Invalid workflow file

The workflow is not valid. .github/workflows/devcontainer-devc.yml (Line: 16, Col: 20): Invalid input, pip-options is not defined in the referenced workflow.
secrets:
GHCR_TOKEN: ${{ secrets.GHCR_TOKEN }}