File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change
1
+ # This script requires the devcontainer tool for publishing. You can install it with
2
+ # npm install -g @devcontainers/cli
3
+ # More details can be found here https://github.com/devcontainers/cli#try-it-out
4
+ #
5
+ # When running this script you need to set the environment variable GITHUB_TOKEN. You can
6
+ # use a personal access token for the GITHUB_TOKEN varaiable
7
+ devcontainer templates publish -r ghcr.io -n swift-server/swift-devcontainer-template ./src
Original file line number Diff line number Diff line change 1
1
{
2
2
"id" : " swift" ,
3
- "version" : " 1.1.0 " ,
3
+ "version" : " 1.1.1 " ,
4
4
"name" : " Swift" ,
5
5
"description" : " Develop Swift based applications. Includes appropriate runtime args and everything you need to get up and running." ,
6
6
"documentationURL" : " https://github.com/swift-server/swift-devcontainer-template/tree/main/README.md" ,
You can’t perform that action at this time.
0 commit comments