Skip to content

Commit

Permalink
adding template
Browse files Browse the repository at this point in the history
  • Loading branch information
gerg committed Mar 6, 2024
1 parent 647b676 commit 95f08cc
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/release-template.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: "Release Dev Container Templates"
on:
workflow_dispatch:

jobs:
deploy:
if: ${{ github.ref == 'refs/heads/main' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: "Publish Templates"
uses: devcontainers/action@v1
with:
publish-templates: "true"
base-path-to-templates: "./template"
# generate-docs: "true"
env:
GITHUB_TOKEN: ${{ secrets.GERG_REGISTRY_TOKEN }}

0 comments on commit 95f08cc

Please sign in to comment.