Fix ghcr repo
This commit is contained in:
parent
b055508ae5
commit
c00fc66b76
6 changed files with 35 additions and 35 deletions
2
.github/workflows/base.yml
vendored
2
.github/workflows/base.yml
vendored
|
@ -36,4 +36,4 @@ jobs:
|
|||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: |
|
||||
ghcr.io/ThunderNetworkRaD/yolks:${{ matrix.oses }}
|
||||
ghcr.io/thundernetworkrad/yolks:${{ matrix.oses }}
|
||||
|
|
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
@ -39,4 +39,4 @@ jobs:
|
|||
platforms: linux/amd64, linux/arm64
|
||||
push: true
|
||||
tags: |
|
||||
ghcr.io/ThunderNetworkRaD/yolks:go_${{ matrix.tag }}
|
||||
ghcr.io/thundernetworkrad/yolks:go_${{ matrix.tag }}
|
||||
|
|
2
.github/workflows/java.yml
vendored
2
.github/workflows/java.yml
vendored
|
@ -46,4 +46,4 @@ jobs:
|
|||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: |
|
||||
ghcr.io/ThunderNetworkRaD/yolks:java_${{ matrix.tag }}
|
||||
ghcr.io/thundernetworkrad/yolks:java_${{ matrix.tag }}
|
||||
|
|
2
.github/workflows/nodejs.yml
vendored
2
.github/workflows/nodejs.yml
vendored
|
@ -42,4 +42,4 @@ jobs:
|
|||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: |
|
||||
ghcr.io/ThunderNetworkRaD/yolks:nodejs_${{ matrix.tag }}
|
||||
ghcr.io/thundernetworkrad/yolks:nodejs_${{ matrix.tag }}
|
||||
|
|
2
.github/workflows/python.yml
vendored
2
.github/workflows/python.yml
vendored
|
@ -40,4 +40,4 @@ jobs:
|
|||
platforms: linux/amd64, linux/arm64
|
||||
push: true
|
||||
tags: |
|
||||
ghcr.io/ThunderNetworkRaD/yolks:python_${{ matrix.tag }}
|
||||
ghcr.io/thundernetworkrad/yolks:python_${{ matrix.tag }}
|
||||
|
|
60
README.md
60
README.md
|
@ -29,9 +29,9 @@ is tagged correctly.
|
|||
|
||||
* [`base oses`](https://github.com/pterodactyl/yolks/tree/master/oses)
|
||||
* [`alpine`](https://github.com/pterodactyl/yolks/tree/master/oses/alpine)
|
||||
* `ghcr.io/ThunderNetworkRaD/yolks:alpine`
|
||||
* `ghcr.io/thundernetworkrad/yolks:alpine`
|
||||
* [`debian`](https://github.com/pterodactyl/yolks/tree/master/oses/debian)
|
||||
* `ghcr.io/ThunderNetworkRaD/yolks:debian`
|
||||
* `ghcr.io/thundernetworkrad/yolks:debian`
|
||||
* [`games`](https://github.com/pterodactyl/yolks/tree/master/games)
|
||||
* [`rust`](https://github.com/pterodactyl/yolks/tree/master/games/rust)
|
||||
* `ghcr.io/pterodactyl/games:rust`
|
||||
|
@ -39,64 +39,64 @@ is tagged correctly.
|
|||
* `ghcr.io/pterodactyl/games:source`
|
||||
* [`golang`](https://github.com/pterodactyl/yolks/tree/master/go)
|
||||
* [`go1.14`](https://github.com/pterodactyl/yolks/tree/master/go/1.14)
|
||||
* `ghcr.io/ThunderNetworkRaD/yolks:go_1.14`
|
||||
* `ghcr.io/thundernetworkrad/yolks:go_1.14`
|
||||
* [`go1.15`](https://github.com/pterodactyl/yolks/tree/master/go/1.15)
|
||||
* `ghcr.io/ThunderNetworkRaD/yolks:go_1.15`
|
||||
* `ghcr.io/thundernetworkrad/yolks:go_1.15`
|
||||
* [`go1.16`](https://github.com/pterodactyl/yolks/tree/master/go/1.16)
|
||||
* `ghcr.io/ThunderNetworkRaD/yolks:go_1.16`
|
||||
* `ghcr.io/thundernetworkrad/yolks:go_1.16`
|
||||
* [`go1.17`](https://github.com/pterodactyl/yolks/tree/master/go/1.17)
|
||||
* `ghcr.io/ThunderNetworkRaD/yolks:go_1.17`
|
||||
* `ghcr.io/thundernetworkrad/yolks:go_1.17`
|
||||
* [`java`](https://github.com/pterodactyl/yolks/tree/master/java)
|
||||
* [`java8`](https://github.com/pterodactyl/yolks/tree/master/java/8)
|
||||
* `ghcr.io/ThunderNetworkRaD/yolks:java_8`
|
||||
* `ghcr.io/thundernetworkrad/yolks:java_8`
|
||||
* [`java8 - OpenJ9`](https://github.com/pterodactyl/yolks/tree/master/java/8j9)
|
||||
* `ghcr.io/ThunderNetworkRaD/yolks:java_8j9`
|
||||
* `ghcr.io/thundernetworkrad/yolks:java_8j9`
|
||||
* [`java11`](https://github.com/pterodactyl/yolks/tree/master/java/11)
|
||||
* `ghcr.io/ThunderNetworkRaD/yolks:java_11`
|
||||
* `ghcr.io/thundernetworkrad/yolks:java_11`
|
||||
* [`java11 - OpenJ9`](https://github.com/pterodactyl/yolks/tree/master/java/11j9)
|
||||
* `ghcr.io/ThunderNetworkRaD/yolks:java_11j9`
|
||||
* `ghcr.io/thundernetworkrad/yolks:java_11j9`
|
||||
* [`java16`](https://github.com/pterodactyl/yolks/tree/master/java/16)
|
||||
* `ghcr.io/ThunderNetworkRaD/yolks:java_16`
|
||||
* `ghcr.io/thundernetworkrad/yolks:java_16`
|
||||
* [`java16 - OpenJ9`](https://github.com/pterodactyl/yolks/tree/master/java/16j9)
|
||||
* `ghcr.io/ThunderNetworkRaD/yolks:java_16j9`
|
||||
* `ghcr.io/thundernetworkrad/yolks:java_16j9`
|
||||
* [`java17`](https://github.com/pterodactyl/yolks/tree/master/java/17)
|
||||
* `ghcr.io/ThunderNetworkRaD/yolks:java_17`
|
||||
* `ghcr.io/thundernetworkrad/yolks:java_17`
|
||||
* [`java17 - OpenJ9`](https://github.com/pterodactyl/yolks/tree/master/java/17j9)
|
||||
* `ghcr.io/ThunderNetworkRaD/yolks:java_17j9`
|
||||
* `ghcr.io/thundernetworkrad/yolks:java_17j9`
|
||||
* [`java18`](https://github.com/pterodactyl/yolks/tree/master/java/18)
|
||||
* `ghcr.io/ThunderNetworkRaD/yolks:java_18`
|
||||
* `ghcr.io/thundernetworkrad/yolks:java_18`
|
||||
* [`java18 - OpenJ9`](https://github.com/pterodactyl/yolks/tree/master/java/18j9)
|
||||
* `ghcr.io/ThunderNetworkRaD/yolks:java_18j9`
|
||||
* `ghcr.io/thundernetworkrad/yolks:java_18j9`
|
||||
* [`java19`](https://github.com/pterodactyl/yolks/tree/master/java/19)
|
||||
* `ghcr.io/ThunderNetworkRaD/yolks:java_19`
|
||||
* `ghcr.io/thundernetworkrad/yolks:java_19`
|
||||
* [`java19 - OpenJ9`](https://github.com/pterodactyl/yolks/tree/master/java/19j9)
|
||||
* `ghcr.io/ThunderNetworkRaD/yolks:java_19j9`
|
||||
* `ghcr.io/thundernetworkrad/yolks:java_19j9`
|
||||
* [`java21`](https://github.com/pterodactyl/yolks/tree/master/java/21)
|
||||
* `ghcr.io/ThunderNetworkRaD/yolks:java_21`
|
||||
* `ghcr.io/thundernetworkrad/yolks:java_21`
|
||||
* [`nodejs`](https://github.com/pterodactyl/yolks/tree/master/nodejs)
|
||||
* [`node12`](https://github.com/pterodactyl/yolks/tree/master/nodejs/12)
|
||||
* `ghcr.io/ThunderNetworkRaD/yolks:nodejs_12`
|
||||
* `ghcr.io/thundernetworkrad/yolks:nodejs_12`
|
||||
* [`node14`](https://github.com/pterodactyl/yolks/tree/master/nodejs/14)
|
||||
* `ghcr.io/ThunderNetworkRaD/yolks:nodejs_14`
|
||||
* `ghcr.io/thundernetworkrad/yolks:nodejs_14`
|
||||
* [`node15`](https://github.com/pterodactyl/yolks/tree/master/nodejs/15)
|
||||
* `ghcr.io/ThunderNetworkRaD/yolks:nodejs_15`
|
||||
* `ghcr.io/thundernetworkrad/yolks:nodejs_15`
|
||||
* [`node16`](https://github.com/pterodactyl/yolks/tree/master/nodejs/16)
|
||||
* `ghcr.io/ThunderNetworkRaD/yolks:nodejs_16`
|
||||
* `ghcr.io/thundernetworkrad/yolks:nodejs_16`
|
||||
* [`node17`](https://github.com/pterodactyl/yolks/tree/master/nodejs/17)
|
||||
* `ghcr.io/ThunderNetworkRaD/yolks:nodejs_17`
|
||||
* `ghcr.io/thundernetworkrad/yolks:nodejs_17`
|
||||
* [`node18`](https://github.com/pterodactyl/yolks/tree/master/nodejs/18)
|
||||
* `ghcr.io/ThunderNetworkRaD/yolks:nodejs_18`
|
||||
* `ghcr.io/thundernetworkrad/yolks:nodejs_18`
|
||||
* [`node20`](https://github.com/pterodactyl/yolks/tree/master/nodejs/18)
|
||||
* `ghcr.io/ThunderNetworkRaD/yolks:nodejs_20`
|
||||
* `ghcr.io/thundernetworkrad/yolks:nodejs_20`
|
||||
* [`python`](https://github.com/pterodactyl/yolks/tree/master/python)
|
||||
* [`python3.7`](https://github.com/pterodactyl/yolks/tree/master/python/3.7)
|
||||
* `ghcr.io/ThunderNetworkRaD/yolks:python_3.7`
|
||||
* `ghcr.io/thundernetworkrad/yolks:python_3.7`
|
||||
* [`python3.8`](https://github.com/pterodactyl/yolks/tree/master/python/3.8)
|
||||
* `ghcr.io/ThunderNetworkRaD/yolks:python_3.8`
|
||||
* `ghcr.io/thundernetworkrad/yolks:python_3.8`
|
||||
* [`python3.9`](https://github.com/pterodactyl/yolks/tree/master/python/3.9)
|
||||
* `ghcr.io/ThunderNetworkRaD/yolks:python_3.9`
|
||||
* `ghcr.io/thundernetworkrad/yolks:python_3.9`
|
||||
* [`python3.10`](https://github.com/pterodactyl/yolks/tree/master/python/3.10)
|
||||
* `ghcr.io/ThunderNetworkRaD/yolks:python_3.10`
|
||||
* `ghcr.io/thundernetworkrad/yolks:python_3.10`
|
||||
|
||||
### Installation Images
|
||||
|
||||
|
|
Loading…
Reference in a new issue