Include PIP options in devcontainer build #7
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | ||
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 GitHub Actions / Build netlab devcontainer with :devc tag whenever a push is made in the 'devc' branchInvalid workflow file
|
||
secrets: | ||
GHCR_TOKEN: ${{ secrets.GHCR_TOKEN }} |