Skip to content

Commit

Permalink
Update new_container_issue_template.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stebo85 authored Oct 12, 2023
1 parent 58d362e commit 4fcda3c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/new_container_issue_template.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
---
title: New container {{ env.IMAGENAME_TEST }}
assignees: stebo85
labels: enhancement
---
There is a new container, use this command to test:
There is a new container by @{{ env.GITHUB_ACTOR }}, use this command to test:
```
bash /neurocommand/local/fetch_and_run.sh {{ env.IMAGENAME_TEST }} {{ env.BUILDDATE }}
```

Actor: {{ env.GITHUB_ACTOR }}

If test was successful, then add to apps.json to release:
https://github.com/NeuroDesk/neurocommand/edit/main/neurodesk/apps.json

Please close this issue when completed :)
Please close this issue when completed :)

0 comments on commit 4fcda3c

Please sign in to comment.