Skip to content

add missing dependsOn #4

add missing dependsOn

add missing dependsOn #4

Workflow file for this run

name: Release devcontainer features
on:
workflow_dispatch:
push:
branches:
- main
paths:
- "src/**"
- ".github/workflows/release.yaml"
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Publish features to ghcr.io/${{ github.repository }}
uses: devcontainers/action@v1
with:
publish-features: "true"
base-path-to-features: "./src"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}