Skip to content

add nix feature

add nix feature #7

Workflow file for this run

name: "Release dev container features"
on:
workflow_dispatch:
push:
branches:
- main
jobs:
deploy:
if: ${{ github.ref == 'refs/heads/main' }}
runs-on: ubuntu-latest
permissions:
packages: write
steps:
- uses: actions/checkout@v4
- name: "Publish"
uses: devcontainers/[email protected]
with:
publish-features: "true"
base-path-to-features: "./devcontainers"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}