Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Stop building VS Code image (microsoft/vscode-remote-release#8994) #41

Stop building VS Code image (microsoft/vscode-remote-release#8994)

Stop building VS Code image (microsoft/vscode-remote-release#8994) #41

name: "Release dev container community templates"
on:
workflow_dispatch:
push:
branches:
- main
jobs:
deploy:
if: ${{ github.ref == 'refs/heads/main' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: "Publish"
uses: devcontainers/action@v1
with:
publish-templates: "true"
base-path-to-templates: "./containers"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}