Replace hardcoded with github.repository_owner
This commit is contained in:
2
.github/workflows/apps.yml
vendored
2
.github/workflows/apps.yml
vendored
@@ -39,5 +39,5 @@ jobs:
|
|||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/pelican-eggs/apps:${{ matrix.app }}
|
ghcr.io/${{ github.repository_owner }}/apps:${{ matrix.app }}
|
||||||
ghcr.io/parkervcp/apps:${{ matrix.app }}
|
ghcr.io/parkervcp/apps:${{ matrix.app }}
|
||||||
|
2
.github/workflows/base.yml
vendored
2
.github/workflows/base.yml
vendored
@@ -37,5 +37,5 @@ jobs:
|
|||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/pelican-eggs/yolks:${{ matrix.oses }}
|
ghcr.io/${{ github.repository_owner }}/yolks:${{ matrix.oses }}
|
||||||
ghcr.io/parkervcp/yolks:${{ matrix.oses }}
|
ghcr.io/parkervcp/yolks:${{ matrix.oses }}
|
||||||
|
2
.github/workflows/bot.yml
vendored
2
.github/workflows/bot.yml
vendored
@@ -50,7 +50,7 @@ jobs:
|
|||||||
cache-to: type=local,dest=/tmp/.buildx-cache-new
|
cache-to: type=local,dest=/tmp/.buildx-cache-new
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/pelican-eggs/yolks:bot_${{ matrix.tag }}
|
ghcr.io/${{ github.repository_owner }}/yolks:bot_${{ matrix.tag }}
|
||||||
ghcr.io/parkervcp/yolks:bot_${{ matrix.tag }}
|
ghcr.io/parkervcp/yolks:bot_${{ matrix.tag }}
|
||||||
- name: Move cache
|
- name: Move cache
|
||||||
run: |
|
run: |
|
||||||
|
2
.github/workflows/box64.yml
vendored
2
.github/workflows/box64.yml
vendored
@@ -35,5 +35,5 @@ jobs:
|
|||||||
platforms: linux/arm64
|
platforms: linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/pelican-eggs/yolks:${{ matrix.tag }}
|
ghcr.io/${{ github.repository_owner }}/yolks:${{ matrix.tag }}
|
||||||
ghcr.io/parkervcp/yolks:${{ matrix.tag }}
|
ghcr.io/parkervcp/yolks:${{ matrix.tag }}
|
||||||
|
2
.github/workflows/bun.yml
vendored
2
.github/workflows/bun.yml
vendored
@@ -36,5 +36,5 @@ jobs:
|
|||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/pelican-eggs/yolks:bun_${{ matrix.tag }}
|
ghcr.io/${{ github.repository_owner }}/yolks:bun_${{ matrix.tag }}
|
||||||
ghcr.io/parkervcp/yolks:bun_${{ matrix.tag }}
|
ghcr.io/parkervcp/yolks:bun_${{ matrix.tag }}
|
||||||
|
2
.github/workflows/cassandra.yml
vendored
2
.github/workflows/cassandra.yml
vendored
@@ -35,5 +35,5 @@ jobs:
|
|||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/pelican-eggs/yolks:cassandra_${{ matrix.tag }}
|
ghcr.io/${{ github.repository_owner }}/yolks:cassandra_${{ matrix.tag }}
|
||||||
ghcr.io/parkervcp/yolks:cassandra_${{ matrix.tag }}
|
ghcr.io/parkervcp/yolks:cassandra_${{ matrix.tag }}
|
||||||
|
2
.github/workflows/dart.yml
vendored
2
.github/workflows/dart.yml
vendored
@@ -40,5 +40,5 @@ jobs:
|
|||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/pelican-eggs/yolks:dart_${{ matrix.tag }}
|
ghcr.io/${{ github.repository_owner }}/yolks:dart_${{ matrix.tag }}
|
||||||
ghcr.io/parkervcp/yolks:dart_${{ matrix.tag }}
|
ghcr.io/parkervcp/yolks:dart_${{ matrix.tag }}
|
||||||
|
2
.github/workflows/dotnet.yml
vendored
2
.github/workflows/dotnet.yml
vendored
@@ -42,5 +42,5 @@ jobs:
|
|||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/pelican-eggs/yolks:dotnet_${{ matrix.tag }}
|
ghcr.io/${{ github.repository_owner }}/yolks:dotnet_${{ matrix.tag }}
|
||||||
ghcr.io/parkervcp/yolks:dotnet_${{ matrix.tag }}
|
ghcr.io/parkervcp/yolks:dotnet_${{ matrix.tag }}
|
||||||
|
2
.github/workflows/elixir.yml
vendored
2
.github/workflows/elixir.yml
vendored
@@ -39,5 +39,5 @@ jobs:
|
|||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/pelican-eggs/yolks:elixir_${{ matrix.tag }}
|
ghcr.io/${{ github.repository_owner }}/yolks:elixir_${{ matrix.tag }}
|
||||||
ghcr.io/parkervcp/yolks:elixir_${{ matrix.tag }}
|
ghcr.io/parkervcp/yolks:elixir_${{ matrix.tag }}
|
||||||
|
2
.github/workflows/erlang.yml
vendored
2
.github/workflows/erlang.yml
vendored
@@ -38,5 +38,5 @@ jobs:
|
|||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/pelican-eggs/yolks:erlang_${{ matrix.tag }}
|
ghcr.io/${{ github.repository_owner }}/yolks:erlang_${{ matrix.tag }}
|
||||||
ghcr.io/parkervcp/yolks:erlang_${{ matrix.tag }}
|
ghcr.io/parkervcp/yolks:erlang_${{ matrix.tag }}
|
||||||
|
4
.github/workflows/games.yml
vendored
4
.github/workflows/games.yml
vendored
@@ -43,7 +43,7 @@ jobs:
|
|||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/pelican-eggs/games:${{ matrix.game }}
|
ghcr.io/${{ github.repository_owner }}/games:${{ matrix.game }}
|
||||||
ghcr.io/parkervcp/games:${{ matrix.game }}
|
ghcr.io/parkervcp/games:${{ matrix.game }}
|
||||||
pushAll:
|
pushAll:
|
||||||
name: "games_All:${{ matrix.game }}"
|
name: "games_All:${{ matrix.game }}"
|
||||||
@@ -75,5 +75,5 @@ jobs:
|
|||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/pelican-eggs/games:${{ matrix.game }}
|
ghcr.io/${{ github.repository_owner }}/games:${{ matrix.game }}
|
||||||
ghcr.io/parkervcp/games:${{ matrix.game }}
|
ghcr.io/parkervcp/games:${{ matrix.game }}
|
||||||
|
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
@@ -43,5 +43,5 @@ jobs:
|
|||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/pelican-eggs/yolks:go_${{ matrix.tag }}
|
ghcr.io/${{ github.repository_owner }}/yolks:go_${{ matrix.tag }}
|
||||||
ghcr.io/parkervcp/yolks:go_${{ matrix.tag }}
|
ghcr.io/parkervcp/yolks:go_${{ matrix.tag }}
|
||||||
|
2
.github/workflows/installers.yml
vendored
2
.github/workflows/installers.yml
vendored
@@ -37,5 +37,5 @@ jobs:
|
|||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/pelican-eggs/installers:${{ matrix.tag }}
|
ghcr.io/${{ github.repository_owner }}/installers:${{ matrix.tag }}
|
||||||
ghcr.io/parkervcp/installers:${{ matrix.tag }}
|
ghcr.io/parkervcp/installers:${{ matrix.tag }}
|
||||||
|
2
.github/workflows/java.yml
vendored
2
.github/workflows/java.yml
vendored
@@ -44,5 +44,5 @@ jobs:
|
|||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/pelican-eggs/yolks:java_${{ matrix.tag }}
|
ghcr.io/${{ github.repository_owner }}/yolks:java_${{ matrix.tag }}
|
||||||
ghcr.io/parkervcp/yolks:java_${{ matrix.tag }}
|
ghcr.io/parkervcp/yolks:java_${{ matrix.tag }}
|
||||||
|
2
.github/workflows/mariadb.yml
vendored
2
.github/workflows/mariadb.yml
vendored
@@ -45,5 +45,5 @@ jobs:
|
|||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/pelican-eggs/yolks:mariadb_${{ matrix.tag }}
|
ghcr.io/${{ github.repository_owner }}/yolks:mariadb_${{ matrix.tag }}
|
||||||
ghcr.io/parkervcp/yolks:mariadb_${{ matrix.tag }}
|
ghcr.io/parkervcp/yolks:mariadb_${{ matrix.tag }}
|
||||||
|
2
.github/workflows/mongodb.yml
vendored
2
.github/workflows/mongodb.yml
vendored
@@ -39,5 +39,5 @@ jobs:
|
|||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/pelican-eggs/yolks:mongodb_${{ matrix.tag }}
|
ghcr.io/${{ github.repository_owner }}/yolks:mongodb_${{ matrix.tag }}
|
||||||
ghcr.io/parkervcp/yolks:mongodb_${{ matrix.tag }}
|
ghcr.io/parkervcp/yolks:mongodb_${{ matrix.tag }}
|
||||||
|
2
.github/workflows/mono.yml
vendored
2
.github/workflows/mono.yml
vendored
@@ -34,5 +34,5 @@ jobs:
|
|||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/pelican-eggs/yolks:mono_${{ matrix.tag }}
|
ghcr.io/${{ github.repository_owner }}/yolks:mono_${{ matrix.tag }}
|
||||||
ghcr.io/parkervcp/yolks:mono_${{ matrix.tag }}
|
ghcr.io/parkervcp/yolks:mono_${{ matrix.tag }}
|
||||||
|
2
.github/workflows/nodejs.yml
vendored
2
.github/workflows/nodejs.yml
vendored
@@ -45,5 +45,5 @@ jobs:
|
|||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/pelican-eggs/yolks:nodejs_${{ matrix.tag }}
|
ghcr.io/${{ github.repository_owner }}/yolks:nodejs_${{ matrix.tag }}
|
||||||
ghcr.io/parkervcp/yolks:nodejs_${{ matrix.tag }}
|
ghcr.io/parkervcp/yolks:nodejs_${{ matrix.tag }}
|
||||||
|
2
.github/workflows/postgres.yml
vendored
2
.github/workflows/postgres.yml
vendored
@@ -42,5 +42,5 @@ jobs:
|
|||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/pelican-eggs/yolks:postgres_${{ matrix.tag }}
|
ghcr.io/${{ github.repository_owner }}/yolks:postgres_${{ matrix.tag }}
|
||||||
ghcr.io/parkervcp/yolks:postgres_${{ matrix.tag }}
|
ghcr.io/parkervcp/yolks:postgres_${{ matrix.tag }}
|
||||||
|
2
.github/workflows/python.yml
vendored
2
.github/workflows/python.yml
vendored
@@ -43,5 +43,5 @@ jobs:
|
|||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/pelican-eggs/yolks:python_${{ matrix.tag }}
|
ghcr.io/${{ github.repository_owner }}/yolks:python_${{ matrix.tag }}
|
||||||
ghcr.io/parkervcp/yolks:python_${{ matrix.tag }}
|
ghcr.io/parkervcp/yolks:python_${{ matrix.tag }}
|
||||||
|
2
.github/workflows/redis.yml
vendored
2
.github/workflows/redis.yml
vendored
@@ -38,5 +38,5 @@ jobs:
|
|||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/pelican-eggs/yolks:redis_${{ matrix.tag }}
|
ghcr.io/${{ github.repository_owner }}/yolks:redis_${{ matrix.tag }}
|
||||||
ghcr.io/parkervcp/yolks:redis_${{ matrix.tag }}
|
ghcr.io/parkervcp/yolks:redis_${{ matrix.tag }}
|
||||||
|
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@@ -38,5 +38,5 @@ jobs:
|
|||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/pelican-eggs/yolks:rust_${{ matrix.tag }}
|
ghcr.io/${{ github.repository_owner }}/yolks:rust_${{ matrix.tag }}
|
||||||
ghcr.io/parkervcp/yolks:rust_${{ matrix.tag }}
|
ghcr.io/parkervcp/yolks:rust_${{ matrix.tag }}
|
||||||
|
2
.github/workflows/steamcmd.yml
vendored
2
.github/workflows/steamcmd.yml
vendored
@@ -39,5 +39,5 @@ jobs:
|
|||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/pelican-eggs/steamcmd:${{ matrix.distro }}
|
ghcr.io/${{ github.repository_owner }}/steamcmd:${{ matrix.distro }}
|
||||||
ghcr.io/parkervcp/steamcmd:${{ matrix.distro }}
|
ghcr.io/parkervcp/steamcmd:${{ matrix.distro }}
|
||||||
|
4
.github/workflows/voice.yml
vendored
4
.github/workflows/voice.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
|||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/pelican-eggs/yolks:voice_${{ matrix.tag }}
|
ghcr.io/${{ github.repository_owner }}/yolks:voice_${{ matrix.tag }}
|
||||||
ghcr.io/parkervcp/yolks:voice_${{ matrix.tag }}
|
ghcr.io/parkervcp/yolks:voice_${{ matrix.tag }}
|
||||||
|
|
||||||
|
|
||||||
@@ -66,5 +66,5 @@ jobs:
|
|||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/pelican-eggs/yolks:voice_${{ matrix.tag }}
|
ghcr.io/${{ github.repository_owner }}/yolks:voice_${{ matrix.tag }}
|
||||||
ghcr.io/parkervcp/yolks:voice_${{ matrix.tag }}
|
ghcr.io/parkervcp/yolks:voice_${{ matrix.tag }}
|
||||||
|
2
.github/workflows/wine.yml
vendored
2
.github/workflows/wine.yml
vendored
@@ -40,5 +40,5 @@ jobs:
|
|||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/pelican-eggs/yolks:wine_${{ matrix.tag }}
|
ghcr.io/${{ github.repository_owner }}/yolks:wine_${{ matrix.tag }}
|
||||||
ghcr.io/parkervcp/yolks:wine_${{ matrix.tag }}
|
ghcr.io/parkervcp/yolks:wine_${{ matrix.tag }}
|
||||||
|
Reference in New Issue
Block a user