Skip to content

Commit f0221b9

Browse files
committed
Create a specific version of this mod for Some Watson's Docker Hub
This branch will run to create a mod on my own Docker Hub The other branch `code-server-bat` is reserved for merging upstream for the official Linuxserver.io mods
1 parent 190ffd3 commit f0221b9

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/BuildImage.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ on:
1010
required: false
1111

1212
env:
13-
GITHUB_REPO: "linuxserver/docker-mods" #don't modify
14-
ENDPOINT: "linuxserver/mods" #don't modify
13+
GITHUB_REPO: "somewatson/docker-mods" #don't modify -- modified
14+
ENDPOINT: "somewatson/mods" #don't modify -- modified
15+
BRANCH: "code-server-bat-sw" #added
1516
BASEIMAGE: "code-server" #replaced
1617
MODNAME: "bat" #replaced
1718
MOD_VERSION: ${{ inputs.mod_version }} #don't modify

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ This mod adds [bat](https://github.com/sharkdp/bat) to code-server, to be instal
44

55
Bat is a cat(1) clone with syntax highlighting and Git integration.
66

7-
In code-server docker arguments, set an environment variable `DOCKER_MODS=linuxserver/mods:code-server-bat`
7+
In code-server docker arguments, set an environment variable `DOCKER_MODS=somewatson/mods:code-server-bat`
88

9-
If adding multiple mods, enter them in an array separated by `|`, such as `DOCKER_MODS=linuxserver/mods:code-server-bat|linuxserver/mods:openssh-server-mod2`
9+
If adding multiple mods, enter them in an array separated by `|`, such as `DOCKER_MODS=somewatson/mods:code-server-bat|linuxserver/mods:openssh-server-mod2`
1010

1111
### Bat-extras and Ripgrep
1212

0 commit comments

Comments
 (0)