File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,8 +3,10 @@ name: release-features
33on :
44 push :
55 branches :
6+ - fix-template-build
67 - main
78 paths :
9+ - .github/workflows/release-features.yml
810 - features/**
911
1012jobs :
2729 generate-docs : " true"
2830 env :
2931 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
32+
33+ - name : Login to GitHub Container Registry
34+ uses : docker/login-action@v3
35+ with :
36+ registry : ghcr.io
37+ username : ${{ github.actor }}
38+ password : ${{ secrets.GITHUB_TOKEN }}
39+
40+ - name : Publish features
41+ run : npx --yes @devcontainers/cli features publish ./features -n ${{ github.repository }}
Original file line number Diff line number Diff line change 22 "$schema" : " https://raw.githubusercontent.com/devcontainers/spec/refs/heads/main/schemas/devContainerFeature.schema.json" ,
33 "id" : " feature-mount-dotai" ,
44 "name" : " feature-mount-dotai" ,
5- "version" : " 1.0.1 " ,
5+ "version" : " 1.0.0 " ,
66 "mounts" : [
77 {
88 "source" : " /Users/${localEnv:USER}/.dotai/config/agents" ,
You can’t perform that action at this time.
0 commit comments