only tag parkervcp if its not a fork

This commit is contained in:
RMartinOscar
2025-02-15 15:38:41 +00:00
parent d66eec8b73
commit 000ffe0f0a
25 changed files with 28 additions and 28 deletions

View File

@@ -40,4 +40,4 @@ jobs:
push: true push: true
tags: | tags: |
ghcr.io/${{ github.repository_owner }}/apps:${{ matrix.app }} ghcr.io/${{ github.repository_owner }}/apps:${{ matrix.app }}
ghcr.io/parkervcp/apps:${{ matrix.app }} ${{ github.repository_owner == 'pelican-eggs' && 'ghcr.io/parkervcp/apps:${{ matrix.app }}' || '' }}

View File

@@ -38,4 +38,4 @@ jobs:
push: true push: true
tags: | tags: |
ghcr.io/${{ github.repository_owner }}/yolks:${{ matrix.oses }} ghcr.io/${{ github.repository_owner }}/yolks:${{ matrix.oses }}
ghcr.io/parkervcp/yolks:${{ matrix.oses }} ${{ github.repository_owner == 'pelican-eggs' && 'ghcr.io/parkervcp/yolks:${{ matrix.oses }}' || '' }}

View File

@@ -51,7 +51,7 @@ jobs:
push: true push: true
tags: | tags: |
ghcr.io/${{ github.repository_owner }}/yolks:bot_${{ matrix.tag }} ghcr.io/${{ github.repository_owner }}/yolks:bot_${{ matrix.tag }}
ghcr.io/parkervcp/yolks:bot_${{ matrix.tag }} ${{ github.repository_owner == 'pelican-eggs' && 'ghcr.io/parkervcp/yolks:bot_${{ matrix.tag }}' || '' }}
- name: Move cache - name: Move cache
run: | run: |
rm -rf /tmp/.buildx-cache rm -rf /tmp/.buildx-cache
@@ -83,4 +83,4 @@ jobs:
# platforms: linux/amd64 # platforms: linux/amd64
# push: true # push: true
# tags: | # tags: |
# ghcr.io/parkervcp/yolks:bot_${{ matrix.tag }} # ${{ github.repository_owner == 'pelican-eggs' && 'ghcr.io/parkervcp/yolks:bot_${{ matrix.tag }}' || '' }}

View File

@@ -36,4 +36,4 @@ jobs:
push: true push: true
tags: | tags: |
ghcr.io/${{ github.repository_owner }}/yolks:${{ matrix.tag }} ghcr.io/${{ github.repository_owner }}/yolks:${{ matrix.tag }}
ghcr.io/parkervcp/yolks:${{ matrix.tag }} ${{ github.repository_owner == 'pelican-eggs' && 'ghcr.io/parkervcp/yolks:${{ matrix.tag }}' || '' }}

View File

@@ -37,4 +37,4 @@ jobs:
push: true push: true
tags: | tags: |
ghcr.io/${{ github.repository_owner }}/yolks:bun_${{ matrix.tag }} ghcr.io/${{ github.repository_owner }}/yolks:bun_${{ matrix.tag }}
ghcr.io/parkervcp/yolks:bun_${{ matrix.tag }} ${{ github.repository_owner == 'pelican-eggs' && 'ghcr.io/parkervcp/yolks:bun_${{ matrix.tag }}' || '' }}

View File

@@ -36,4 +36,4 @@ jobs:
push: true push: true
tags: | tags: |
ghcr.io/${{ github.repository_owner }}/yolks:cassandra_${{ matrix.tag }} ghcr.io/${{ github.repository_owner }}/yolks:cassandra_${{ matrix.tag }}
ghcr.io/parkervcp/yolks:cassandra_${{ matrix.tag }} ${{ github.repository_owner == 'pelican-eggs' && 'ghcr.io/parkervcp/yolks:cassandra_${{ matrix.tag }}' || '' }}

View File

@@ -41,4 +41,4 @@ jobs:
push: true push: true
tags: | tags: |
ghcr.io/${{ github.repository_owner }}/yolks:dart_${{ matrix.tag }} ghcr.io/${{ github.repository_owner }}/yolks:dart_${{ matrix.tag }}
ghcr.io/parkervcp/yolks:dart_${{ matrix.tag }} ${{ github.repository_owner == 'pelican-eggs' && 'ghcr.io/parkervcp/yolks:dart_${{ matrix.tag }}' || '' }}

View File

@@ -43,4 +43,4 @@ jobs:
push: true push: true
tags: | tags: |
ghcr.io/${{ github.repository_owner }}/yolks:dotnet_${{ matrix.tag }} ghcr.io/${{ github.repository_owner }}/yolks:dotnet_${{ matrix.tag }}
ghcr.io/parkervcp/yolks:dotnet_${{ matrix.tag }} ${{ github.repository_owner == 'pelican-eggs' && 'ghcr.io/parkervcp/yolks:dotnet_${{ matrix.tag }}' || '' }}

View File

@@ -40,4 +40,4 @@ jobs:
push: true push: true
tags: | tags: |
ghcr.io/${{ github.repository_owner }}/yolks:elixir_${{ matrix.tag }} ghcr.io/${{ github.repository_owner }}/yolks:elixir_${{ matrix.tag }}
ghcr.io/parkervcp/yolks:elixir_${{ matrix.tag }} ${{ github.repository_owner == 'pelican-eggs' && 'ghcr.io/parkervcp/yolks:elixir_${{ matrix.tag }}' || '' }}

View File

@@ -39,4 +39,4 @@ jobs:
push: true push: true
tags: | tags: |
ghcr.io/${{ github.repository_owner }}/yolks:erlang_${{ matrix.tag }} ghcr.io/${{ github.repository_owner }}/yolks:erlang_${{ matrix.tag }}
ghcr.io/parkervcp/yolks:erlang_${{ matrix.tag }} ${{ github.repository_owner == 'pelican-eggs' && 'ghcr.io/parkervcp/yolks:erlang_${{ matrix.tag }}' || '' }}

View File

@@ -44,7 +44,7 @@ jobs:
push: true push: true
tags: | tags: |
ghcr.io/${{ github.repository_owner }}/games:${{ matrix.game }} ghcr.io/${{ github.repository_owner }}/games:${{ matrix.game }}
ghcr.io/parkervcp/games:${{ matrix.game }} ${{ github.repository_owner == 'pelican-eggs' && 'ghcr.io/parkervcp/games:${{ matrix.game }}' || '' }}
pushAll: pushAll:
name: "games_All:${{ matrix.game }}" name: "games_All:${{ matrix.game }}"
runs-on: ubuntu-latest runs-on: ubuntu-latest
@@ -76,4 +76,4 @@ jobs:
push: true push: true
tags: | tags: |
ghcr.io/${{ github.repository_owner }}/games:${{ matrix.game }} ghcr.io/${{ github.repository_owner }}/games:${{ matrix.game }}
ghcr.io/parkervcp/games:${{ matrix.game }} ${{ github.repository_owner == 'pelican-eggs' && 'ghcr.io/parkervcp/games:${{ matrix.game }}' || '' }}

View File

@@ -44,4 +44,4 @@ jobs:
push: true push: true
tags: | tags: |
ghcr.io/${{ github.repository_owner }}/yolks:go_${{ matrix.tag }} ghcr.io/${{ github.repository_owner }}/yolks:go_${{ matrix.tag }}
ghcr.io/parkervcp/yolks:go_${{ matrix.tag }} ${{ github.repository_owner == 'pelican-eggs' && 'ghcr.io/parkervcp/yolks:go_${{ matrix.tag }}' || '' }}

View File

@@ -38,4 +38,4 @@ jobs:
push: true push: true
tags: | tags: |
ghcr.io/${{ github.repository_owner }}/installers:${{ matrix.tag }} ghcr.io/${{ github.repository_owner }}/installers:${{ matrix.tag }}
ghcr.io/parkervcp/installers:${{ matrix.tag }} ${{ github.repository_owner == 'pelican-eggs' && 'ghcr.io/parkervcp/installers:${{ matrix.tag }}' || '' }}

View File

@@ -45,4 +45,4 @@ jobs:
push: true push: true
tags: | tags: |
ghcr.io/${{ github.repository_owner }}/yolks:java_${{ matrix.tag }} ghcr.io/${{ github.repository_owner }}/yolks:java_${{ matrix.tag }}
ghcr.io/parkervcp/yolks:java_${{ matrix.tag }} ${{ github.repository_owner == 'pelican-eggs' && 'ghcr.io/parkervcp/yolks:java_${{ matrix.tag }}' || '' }}

View File

@@ -46,4 +46,4 @@ jobs:
push: true push: true
tags: | tags: |
ghcr.io/${{ github.repository_owner }}/yolks:mariadb_${{ matrix.tag }} ghcr.io/${{ github.repository_owner }}/yolks:mariadb_${{ matrix.tag }}
ghcr.io/parkervcp/yolks:mariadb_${{ matrix.tag }} ${{ github.repository_owner == 'pelican-eggs' && 'ghcr.io/parkervcp/yolks:mariadb_${{ matrix.tag }}' || '' }}

View File

@@ -40,4 +40,4 @@ jobs:
push: true push: true
tags: | tags: |
ghcr.io/${{ github.repository_owner }}/yolks:mongodb_${{ matrix.tag }} ghcr.io/${{ github.repository_owner }}/yolks:mongodb_${{ matrix.tag }}
ghcr.io/parkervcp/yolks:mongodb_${{ matrix.tag }} ${{ github.repository_owner == 'pelican-eggs' && 'ghcr.io/parkervcp/yolks:mongodb_${{ matrix.tag }}' || '' }}

View File

@@ -35,4 +35,4 @@ jobs:
push: true push: true
tags: | tags: |
ghcr.io/${{ github.repository_owner }}/yolks:mono_${{ matrix.tag }} ghcr.io/${{ github.repository_owner }}/yolks:mono_${{ matrix.tag }}
ghcr.io/parkervcp/yolks:mono_${{ matrix.tag }} ${{ github.repository_owner == 'pelican-eggs' && 'ghcr.io/parkervcp/yolks:mono_${{ matrix.tag }}' || '' }}

View File

@@ -46,4 +46,4 @@ jobs:
push: true push: true
tags: | tags: |
ghcr.io/${{ github.repository_owner }}/yolks:nodejs_${{ matrix.tag }} ghcr.io/${{ github.repository_owner }}/yolks:nodejs_${{ matrix.tag }}
ghcr.io/parkervcp/yolks:nodejs_${{ matrix.tag }} ${{ github.repository_owner == 'pelican-eggs' && 'ghcr.io/parkervcp/yolks:nodejs_${{ matrix.tag }}' || '' }}

View File

@@ -43,4 +43,4 @@ jobs:
push: true push: true
tags: | tags: |
ghcr.io/${{ github.repository_owner }}/yolks:postgres_${{ matrix.tag }} ghcr.io/${{ github.repository_owner }}/yolks:postgres_${{ matrix.tag }}
ghcr.io/parkervcp/yolks:postgres_${{ matrix.tag }} ${{ github.repository_owner == 'pelican-eggs' && 'ghcr.io/parkervcp/yolks:postgres_${{ matrix.tag }}' || '' }}

View File

@@ -44,4 +44,4 @@ jobs:
push: true push: true
tags: | tags: |
ghcr.io/${{ github.repository_owner }}/yolks:python_${{ matrix.tag }} ghcr.io/${{ github.repository_owner }}/yolks:python_${{ matrix.tag }}
ghcr.io/parkervcp/yolks:python_${{ matrix.tag }} ${{ github.repository_owner == 'pelican-eggs' && 'ghcr.io/parkervcp/yolks:python_${{ matrix.tag }}' || '' }}

View File

@@ -39,4 +39,4 @@ jobs:
push: true push: true
tags: | tags: |
ghcr.io/${{ github.repository_owner }}/yolks:redis_${{ matrix.tag }} ghcr.io/${{ github.repository_owner }}/yolks:redis_${{ matrix.tag }}
ghcr.io/parkervcp/yolks:redis_${{ matrix.tag }} ${{ github.repository_owner == 'pelican-eggs' && 'ghcr.io/parkervcp/yolks:redis_${{ matrix.tag }}' || '' }}

View File

@@ -39,4 +39,4 @@ jobs:
push: true push: true
tags: | tags: |
ghcr.io/${{ github.repository_owner }}/yolks:rust_${{ matrix.tag }} ghcr.io/${{ github.repository_owner }}/yolks:rust_${{ matrix.tag }}
ghcr.io/parkervcp/yolks:rust_${{ matrix.tag }} ${{ github.repository_owner == 'pelican-eggs' && 'ghcr.io/parkervcp/yolks:rust_${{ matrix.tag }}' || '' }}

View File

@@ -40,4 +40,4 @@ jobs:
push: true push: true
tags: | tags: |
ghcr.io/${{ github.repository_owner }}/steamcmd:${{ matrix.distro }} ghcr.io/${{ github.repository_owner }}/steamcmd:${{ matrix.distro }}
ghcr.io/parkervcp/steamcmd:${{ matrix.distro }} ${{ github.repository_owner == 'pelican-eggs' && 'ghcr.io/parkervcp/steamcmd:${{ matrix.distro }}' || '' }}

View File

@@ -35,7 +35,7 @@ jobs:
push: true push: true
tags: | tags: |
ghcr.io/${{ github.repository_owner }}/yolks:voice_${{ matrix.tag }} ghcr.io/${{ github.repository_owner }}/yolks:voice_${{ matrix.tag }}
ghcr.io/parkervcp/yolks:voice_${{ matrix.tag }} ${{ github.repository_owner == 'pelican-eggs' && 'ghcr.io/parkervcp/yolks:voice_${{ matrix.tag }}' || '' }}
pushx64_arm64: pushx64_arm64:
@@ -67,4 +67,4 @@ jobs:
push: true push: true
tags: | tags: |
ghcr.io/${{ github.repository_owner }}/yolks:voice_${{ matrix.tag }} ghcr.io/${{ github.repository_owner }}/yolks:voice_${{ matrix.tag }}
ghcr.io/parkervcp/yolks:voice_${{ matrix.tag }} ${{ github.repository_owner == 'pelican-eggs' && 'ghcr.io/parkervcp/yolks:voice_${{ matrix.tag }}' || '' }}

View File

@@ -41,4 +41,4 @@ jobs:
push: true push: true
tags: | tags: |
ghcr.io/${{ github.repository_owner }}/yolks:wine_${{ matrix.tag }} ghcr.io/${{ github.repository_owner }}/yolks:wine_${{ matrix.tag }}
ghcr.io/parkervcp/yolks:wine_${{ matrix.tag }} ${{ github.repository_owner == 'pelican-eggs' && 'ghcr.io/parkervcp/yolks:wine_${{ matrix.tag }}' || '' }}