Merge pull request #244 from pelican-eggs/update_os_workflow
update workflows
This commit is contained in:
1
.github/workflows/apps.yml
vendored
1
.github/workflows/apps.yml
vendored
@@ -39,4 +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/parkervcp/apps:${{ matrix.app }}
|
ghcr.io/parkervcp/apps:${{ matrix.app }}
|
||||||
|
1
.github/workflows/base.yml
vendored
1
.github/workflows/base.yml
vendored
@@ -37,4 +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/parkervcp/yolks:${{ matrix.oses }}
|
ghcr.io/parkervcp/yolks:${{ matrix.oses }}
|
||||||
|
1
.github/workflows/bot.yml
vendored
1
.github/workflows/bot.yml
vendored
@@ -50,6 +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/parkervcp/yolks:bot_${{ matrix.tag }}
|
ghcr.io/parkervcp/yolks:bot_${{ matrix.tag }}
|
||||||
- name: Move cache
|
- name: Move cache
|
||||||
run: |
|
run: |
|
||||||
|
1
.github/workflows/box64.yml
vendored
1
.github/workflows/box64.yml
vendored
@@ -35,4 +35,5 @@ jobs:
|
|||||||
platforms: linux/arm64
|
platforms: linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
|
ghcr.io/pelican-eggs/yolks:${{ matrix.tag }}
|
||||||
ghcr.io/parkervcp/yolks:${{ matrix.tag }}
|
ghcr.io/parkervcp/yolks:${{ matrix.tag }}
|
||||||
|
1
.github/workflows/bun.yml
vendored
1
.github/workflows/bun.yml
vendored
@@ -36,4 +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/parkervcp/yolks:bun_${{ matrix.tag }}
|
ghcr.io/parkervcp/yolks:bun_${{ matrix.tag }}
|
||||||
|
1
.github/workflows/cassandra.yml
vendored
1
.github/workflows/cassandra.yml
vendored
@@ -35,4 +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/parkervcp/yolks:cassandra_${{ matrix.tag }}
|
ghcr.io/parkervcp/yolks:cassandra_${{ matrix.tag }}
|
||||||
|
1
.github/workflows/dart.yml
vendored
1
.github/workflows/dart.yml
vendored
@@ -40,4 +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/parkervcp/yolks:dart_${{ matrix.tag }}
|
ghcr.io/parkervcp/yolks:dart_${{ matrix.tag }}
|
||||||
|
1
.github/workflows/dotnet.yml
vendored
1
.github/workflows/dotnet.yml
vendored
@@ -41,4 +41,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/parkervcp/yolks:dotnet_${{ matrix.tag }}
|
ghcr.io/parkervcp/yolks:dotnet_${{ matrix.tag }}
|
||||||
|
1
.github/workflows/elixir.yml
vendored
1
.github/workflows/elixir.yml
vendored
@@ -39,4 +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/parkervcp/yolks:elixir_${{ matrix.tag }}
|
ghcr.io/parkervcp/yolks:elixir_${{ matrix.tag }}
|
||||||
|
1
.github/workflows/erlang.yml
vendored
1
.github/workflows/erlang.yml
vendored
@@ -38,4 +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/parkervcp/yolks:erlang_${{ matrix.tag }}
|
ghcr.io/parkervcp/yolks:erlang_${{ matrix.tag }}
|
||||||
|
2
.github/workflows/games.yml
vendored
2
.github/workflows/games.yml
vendored
@@ -42,6 +42,7 @@ jobs:
|
|||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
|
ghcr.io/pelican-eggs/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 }}"
|
||||||
@@ -73,4 +74,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/parkervcp/games:${{ matrix.game }}
|
ghcr.io/parkervcp/games:${{ matrix.game }}
|
||||||
|
1
.github/workflows/go.yml
vendored
1
.github/workflows/go.yml
vendored
@@ -42,4 +42,5 @@ jobs:
|
|||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
|
ghcr.io/pelican-eggs/yolks:go_${{ matrix.tag }}
|
||||||
ghcr.io/parkervcp/yolks:go_${{ matrix.tag }}
|
ghcr.io/parkervcp/yolks:go_${{ matrix.tag }}
|
||||||
|
1
.github/workflows/installers.yml
vendored
1
.github/workflows/installers.yml
vendored
@@ -37,4 +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/parkervcp/installers:${{ matrix.tag }}
|
ghcr.io/parkervcp/installers:${{ matrix.tag }}
|
||||||
|
1
.github/workflows/java.yml
vendored
1
.github/workflows/java.yml
vendored
@@ -43,4 +43,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/parkervcp/yolks:java_${{ matrix.tag }}
|
ghcr.io/parkervcp/yolks:java_${{ matrix.tag }}
|
||||||
|
1
.github/workflows/mariadb.yml
vendored
1
.github/workflows/mariadb.yml
vendored
@@ -43,4 +43,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/parkervcp/yolks:mariadb_${{ matrix.tag }}
|
ghcr.io/parkervcp/yolks:mariadb_${{ matrix.tag }}
|
||||||
|
1
.github/workflows/mongodb.yml
vendored
1
.github/workflows/mongodb.yml
vendored
@@ -39,4 +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/parkervcp/yolks:mongodb_${{ matrix.tag }}
|
ghcr.io/parkervcp/yolks:mongodb_${{ matrix.tag }}
|
||||||
|
1
.github/workflows/mono.yml
vendored
1
.github/workflows/mono.yml
vendored
@@ -34,4 +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/parkervcp/yolks:mono_${{ matrix.tag }}
|
ghcr.io/parkervcp/yolks:mono_${{ matrix.tag }}
|
||||||
|
1
.github/workflows/nodejs.yml
vendored
1
.github/workflows/nodejs.yml
vendored
@@ -43,4 +43,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/parkervcp/yolks:nodejs_${{ matrix.tag }}
|
ghcr.io/parkervcp/yolks:nodejs_${{ matrix.tag }}
|
||||||
|
1
.github/workflows/postgres.yml
vendored
1
.github/workflows/postgres.yml
vendored
@@ -42,4 +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/parkervcp/yolks:postgres_${{ matrix.tag }}
|
ghcr.io/parkervcp/yolks:postgres_${{ matrix.tag }}
|
||||||
|
1
.github/workflows/python.yml
vendored
1
.github/workflows/python.yml
vendored
@@ -42,4 +42,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/parkervcp/yolks:python_${{ matrix.tag }}
|
ghcr.io/parkervcp/yolks:python_${{ matrix.tag }}
|
||||||
|
1
.github/workflows/redis.yml
vendored
1
.github/workflows/redis.yml
vendored
@@ -38,4 +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/parkervcp/yolks:redis_${{ matrix.tag }}
|
ghcr.io/parkervcp/yolks:redis_${{ matrix.tag }}
|
||||||
|
1
.github/workflows/rust.yml
vendored
1
.github/workflows/rust.yml
vendored
@@ -38,4 +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/parkervcp/yolks:rust_${{ matrix.tag }}
|
ghcr.io/parkervcp/yolks:rust_${{ matrix.tag }}
|
||||||
|
1
.github/workflows/steamcmd.yml
vendored
1
.github/workflows/steamcmd.yml
vendored
@@ -39,4 +39,5 @@ jobs:
|
|||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
|
ghcr.io/pelican-eggs/steamcmd:${{ matrix.distro }}
|
||||||
ghcr.io/parkervcp/steamcmd:${{ matrix.distro }}
|
ghcr.io/parkervcp/steamcmd:${{ matrix.distro }}
|
||||||
|
7
.github/workflows/voice.yml
vendored
7
.github/workflows/voice.yml
vendored
@@ -34,7 +34,9 @@ jobs:
|
|||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/parkervcp/yolks:voice_${{ matrix.tag }}
|
ghcr.io/pelican-eggs/yolks:voice_${{ matrix.tag }}
|
||||||
|
ghcr.io/parkervcp/yolks:voice_${{ matrix.tag }}
|
||||||
|
|
||||||
|
|
||||||
pushx64_arm64:
|
pushx64_arm64:
|
||||||
name: "yolks:voice_${{ matrix.tag }}"
|
name: "yolks:voice_${{ matrix.tag }}"
|
||||||
@@ -64,4 +66,5 @@ jobs:
|
|||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/parkervcp/yolks:voice_${{ matrix.tag }}
|
ghcr.io/pelican-eggs/yolks:voice_${{ matrix.tag }}
|
||||||
|
ghcr.io/parkervcp/yolks:voice_${{ matrix.tag }}
|
||||||
|
1
.github/workflows/wine.yml
vendored
1
.github/workflows/wine.yml
vendored
@@ -36,4 +36,5 @@ jobs:
|
|||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
|
ghcr.io/pelican-eggs/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