Skip to content

Docker-in-docker: Updates docker-init with "pkill" (#711) #259

Docker-in-docker: Updates docker-init with "pkill" (#711)

Docker-in-docker: Updates docker-init with "pkill" (#711) #259

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
steps:
- uses: actions/checkout@v3
- name: "Publish"
uses: devcontainers/action@v1
with:
publish-features: "true"
base-path-to-features: "./src"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}