migrate workflows to parkervcp repository

This commit is contained in:
Softwarenoob
2021-07-14 03:42:20 +03:00
parent 3d93b50204
commit 7367b5d3b7
8 changed files with 32 additions and 31 deletions

View File

@@ -35,4 +35,4 @@ jobs:
platforms: linux/amd64
push: true
tags: |
ghcr.io/pterodactyl/yolks:${{ matrix.oses }}
ghcr.io/parkervcp/yolks:${{ matrix.oses }}

View File

@@ -36,4 +36,4 @@ jobs:
platforms: linux/amd64
push: true
tags: |
ghcr.io/pterodactyl/games:${{ matrix.game }}
ghcr.io/parkervcp/games:${{ matrix.game }}

View File

@@ -36,4 +36,4 @@ jobs:
platforms: linux/amd64
push: true
tags: |
ghcr.io/pterodactyl/yolks:go_${{ matrix.tag }}
ghcr.io/parkervcp/yolks:go_${{ matrix.tag }}

View File

@@ -35,4 +35,4 @@ jobs:
platforms: linux/amd64
push: true
tags: |
ghcr.io/pterodactyl/installers:${{ matrix.tag }}
ghcr.io/parkervcp/installers:${{ matrix.tag }}

View File

@@ -40,4 +40,4 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: |
ghcr.io/pterodactyl/yolks:java_${{ matrix.tag }}
ghcr.io/parkervcp/yolks:java_${{ matrix.tag }}

View File

@@ -37,4 +37,4 @@ jobs:
platforms: linux/amd64
push: true
tags: |
ghcr.io/pterodactyl/yolks:nodejs_${{ matrix.tag }}
ghcr.io/parkervcp/yolks:nodejs_${{ matrix.tag }}

View File

@@ -36,4 +36,4 @@ jobs:
platforms: linux/amd64
push: true
tags: |
ghcr.io/pterodactyl/yolks:python_${{ matrix.tag }}
ghcr.io/parkervcp/yolks:python_${{ matrix.tag }}

View File

@@ -27,54 +27,55 @@ is tagged correctly.
## Available Images
* [`alpine`](/oses/alpine)
* `ghcr.io/pterodactyl/yolks:alpine`
* [`arma3`](/games/arma3)
* `ghcr.io/pterodactyl/games:arma3`
* `ghcr.io/parkervcp/yolks:alpine`
* [`debian`](/oses/debian)
* `ghcr.io/pterodactyl/yolks:debian`
* [`fivem`](/games/fivem)
* `ghcr.io/pterodactyl/games:fivem`
* `ghcr.io/parkervcp/yolks:debian`
* [`games`](/games)
* [`arma3`](/games/arma3)
* `ghcr.io/parkervcp/games:arma3`
* [`fivem`](/games/fivem)
* `ghcr.io/parkervcp/games:fivem`
* [`golang`](/go)
* [`go1.14`](/go/1.14)
* `ghcr.io/pterodactyl/yolks:go_1.14`
* `ghcr.io/parkervcp/yolks:go_1.14`
* [`go1.15`](/go/1.15)
* `ghcr.io/pterodactyl/yolks:go_1.15`
* `ghcr.io/parkervcp/yolks:go_1.15`
* [`go1.16`](/go/1.16)
* `ghcr.io/pterodactyl/yolks:go_1.16`
* `ghcr.io/parkervcp/yolks:go_1.16`
* [`java`](/java)
* [`java7`](/java/7)
* `ghcr.io/pterodactyl/yolks:java_7`
* `ghcr.io/parkervcp/yolks:java_7`
* [`java8`](/java/8)
* `ghcr.io/pterodactyl/yolks:java_8`
* `ghcr.io/parkervcp/yolks:java_8`
* [`java9`](/java/9)
* `ghcr.io/pterodactyl/yolks:java_9`
* `ghcr.io/parkervcp/yolks:java_9`
* [`java11`](/java/11)
* `ghcr.io/pterodactyl/yolks:java_11`
* `ghcr.io/parkervcp/yolks:java_11`
* [`java14`](/java/14)
* `ghcr.io/pterodactyl/yolks:java_14`
* `ghcr.io/parkervcp/yolks:java_14`
* [`java16`](/java/16)
* `ghcr.io/pterodactyl/yolks:java_16`
* `ghcr.io/parkervcp/yolks:java_16`
* [`nodejs`](/nodejs)
* [`node12`](/nodejs/12)
* `ghcr.io/pterodactyl/yolks:nodejs_12`
* `ghcr.io/parkervcp/yolks:nodejs_12`
* [`node14`](/nodejs/14)
* `ghcr.io/pterodactyl/yolks:nodejs_14`
* `ghcr.io/parkervcp/yolks:nodejs_14`
* [`node15`](/nodejs/15)
* `ghcr.io/pterodactyl/yolks:nodejs_15`
* `ghcr.io/parkervcp/yolks:nodejs_15`
* [`node16`](/nodejs/16)
* `ghcr.io/pterodactyl/yolks:nodejs_16`
* `ghcr.io/parkervcp/yolks:nodejs_16`
* [`python`](/python)
* [`python3.7`](/python/3.7)
* `ghcr.io/pterodactyl/yolks:python_3.7`
* `ghcr.io/parkervcp/yolks:python_3.7`
* [`python3.8`](/python/3.8)
* `ghcr.io/pterodactyl/yolks:python_3.8`
* `ghcr.io/parkervcp/yolks:python_3.8`
* [`python3.9`](/python/3.9)
* `ghcr.io/pterodactyl/yolks:python_3.9`
* `ghcr.io/parkervcp/yolks:python_3.9`
### Installation Images
* [`alpine-install`](/installers/alpine)
* `ghcr.io/pterodactyl/installers:alpine`
* `ghcr.io/parkervcp/installers:alpine`
* [`source-install`](/installers/source)
* `ghcr.io/pterodactyl/installers:source`
* `ghcr.io/parkervcp/installers:source`