From f16e6e36c3a416618d7b0ee8e0e2eb2ae25c6ad0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien?= Date: Tue, 23 Jul 2024 12:26:11 +0200 Subject: [PATCH] feat: Update deployments --- .github/workflows/apps.yml | 15 +++++++-------- .github/workflows/base.yml | 7 +++---- .github/workflows/bot.yml | 9 ++++----- .github/workflows/box64.yml | 7 +++---- .github/workflows/bun.yml | 7 +++---- .github/workflows/cassandra.yml | 7 +++---- .github/workflows/dart.yml | 7 +++---- .github/workflows/dotnet.yml | 7 +++---- .github/workflows/elixir.yml | 7 +++---- .github/workflows/erlang.yml | 7 +++---- .github/workflows/games.yml | 18 ++++++++---------- .github/workflows/go.yml | 7 +++---- .github/workflows/installers.yml | 7 +++---- .github/workflows/java.yml | 7 +++---- .github/workflows/mariadb.yml | 7 +++---- .github/workflows/mongodb.yml | 7 +++---- .github/workflows/mono.yml | 7 +++---- .github/workflows/nodejs.yml | 7 +++---- .github/workflows/postgres.yml | 7 +++---- .github/workflows/python.yml | 9 ++++----- .github/workflows/redis.yml | 7 +++---- .github/workflows/rust.yml | 9 ++++----- .github/workflows/steamcmd.yml | 9 ++++----- .github/workflows/voice.yml | 16 +++++++--------- .github/workflows/wine.yml | 7 +++---- dotnet/2.1/Dockerfile | 4 ++-- dotnet/3.1/Dockerfile | 2 +- dotnet/5/Dockerfile | 2 +- dotnet/6/Dockerfile | 4 ++-- dotnet/7/Dockerfile | 4 ++-- dotnet/8/Dockerfile | 4 ++-- games/mohaa/Dockerfile | 2 +- mono/latest/Dockerfile | 2 +- wine/devel/Dockerfile | 4 ++-- wine/latest/Dockerfile | 4 ++-- wine/staging/Dockerfile | 4 ++-- 36 files changed, 110 insertions(+), 137 deletions(-) diff --git a/.github/workflows/apps.yml b/.github/workflows/apps.yml index 7568019ea..74d811b40 100644 --- a/.github/workflows/apps.yml +++ b/.github/workflows/apps.yml @@ -19,19 +19,19 @@ jobs: - uptimekuma steps: - uses: actions/checkout@v4 - + - uses: docker/setup-qemu-action@v3 - + - uses: docker/setup-buildx-action@v3 with: buildkitd-flags: --debug - + - uses: docker/login-action@v3 with: registry: ghcr.io - username: ${{ github.repository_owner }} - password: ${{ secrets.REGISTRY_TOKEN }} - + username: domicraftfr + password: ${{ secrets.GITHUB_TOKEN }} + - uses: docker/build-push-action@v5 with: context: ./apps/${{ matrix.app }} @@ -39,5 +39,4 @@ jobs: platforms: linux/amd64,linux/arm64 push: true tags: | - ghcr.io/pelican-eggs/apps:${{ matrix.app }} - ghcr.io/parkervcp/apps:${{ matrix.app }} + ghcr.io/domicraftfr/apps:${{ matrix.app }} diff --git a/.github/workflows/base.yml b/.github/workflows/base.yml index 23dd116d6..96b24ff64 100644 --- a/.github/workflows/base.yml +++ b/.github/workflows/base.yml @@ -28,8 +28,8 @@ jobs: - uses: docker/login-action@v3 with: registry: ghcr.io - username: ${{ github.repository_owner }} - password: ${{ secrets.REGISTRY_TOKEN }} + username: domicraftfr + password: ${{ secrets.GITHUB_TOKEN }} - uses: docker/build-push-action@v5 with: context: ./oses/${{ matrix.oses }} @@ -37,5 +37,4 @@ jobs: platforms: linux/amd64,linux/arm64 push: true tags: | - ghcr.io/pelican-eggs/yolks:${{ matrix.oses }} - ghcr.io/parkervcp/yolks:${{ matrix.oses }} + ghcr.io/domicraftfr/yolks:${{ matrix.oses }} diff --git a/.github/workflows/bot.yml b/.github/workflows/bot.yml index 8b89cbd40..c9532bb62 100644 --- a/.github/workflows/bot.yml +++ b/.github/workflows/bot.yml @@ -39,8 +39,8 @@ jobs: - uses: docker/login-action@v3 with: registry: ghcr.io - username: ${{ github.repository_owner }} - password: ${{ secrets.REGISTRY_TOKEN }} + username: domicraftfr + password: ${{ secrets.GITHUB_TOKEN }} - uses: docker/build-push-action@v5 with: context: ./bot/${{ matrix.tag }} @@ -50,8 +50,7 @@ jobs: cache-to: type=local,dest=/tmp/.buildx-cache-new push: true tags: | - ghcr.io/pelican-eggs/yolks:bot_${{ matrix.tag }} - ghcr.io/parkervcp/yolks:bot_${{ matrix.tag }} + ghcr.io/domicraftfr/yolks:bot_${{ matrix.tag }} - name: Move cache run: | rm -rf /tmp/.buildx-cache @@ -83,4 +82,4 @@ jobs: # platforms: linux/amd64 # push: true # tags: | - # ghcr.io/parkervcp/yolks:bot_${{ matrix.tag }} + # ghcr.io/domicraftfr/yolks:bot_${{ matrix.tag }} diff --git a/.github/workflows/box64.yml b/.github/workflows/box64.yml index 971b30c95..b5ecb89ee 100644 --- a/.github/workflows/box64.yml +++ b/.github/workflows/box64.yml @@ -26,8 +26,8 @@ jobs: - uses: docker/login-action@v3 with: registry: ghcr.io - username: ${{ github.repository_owner }} - password: ${{ secrets.REGISTRY_TOKEN }} + username: domicraftfr + password: ${{ secrets.GITHUB_TOKEN }} - uses: docker/build-push-action@v5 with: context: ./box64 @@ -35,5 +35,4 @@ jobs: platforms: linux/arm64 push: true tags: | - ghcr.io/pelican-eggs/yolks:${{ matrix.tag }} - ghcr.io/parkervcp/yolks:${{ matrix.tag }} + ghcr.io/domicraftfr/yolks:${{ matrix.tag }} diff --git a/.github/workflows/bun.yml b/.github/workflows/bun.yml index 7aaf53a81..ebb0c468f 100644 --- a/.github/workflows/bun.yml +++ b/.github/workflows/bun.yml @@ -27,8 +27,8 @@ jobs: - uses: docker/login-action@v3 with: registry: ghcr.io - username: ${{ github.repository_owner }} - password: ${{ secrets.REGISTRY_TOKEN }} + username: domicraftfr + password: ${{ secrets.GITHUB_TOKEN }} - uses: docker/build-push-action@v5 with: context: ./bun @@ -36,5 +36,4 @@ jobs: platforms: linux/amd64,linux/arm64 push: true tags: | - ghcr.io/pelican-eggs/yolks:bun_${{ matrix.tag }} - ghcr.io/parkervcp/yolks:bun_${{ matrix.tag }} + ghcr.io/domicraftfr/yolks:bun_${{ matrix.tag }} diff --git a/.github/workflows/cassandra.yml b/.github/workflows/cassandra.yml index b2b81e69a..e4e661540 100644 --- a/.github/workflows/cassandra.yml +++ b/.github/workflows/cassandra.yml @@ -26,8 +26,8 @@ jobs: - uses: docker/login-action@v3 with: registry: ghcr.io - username: ${{ github.repository_owner }} - password: ${{ secrets.REGISTRY_TOKEN }} + username: domicraftfr + password: ${{ secrets.GITHUB_TOKEN }} - uses: docker/build-push-action@v5 with: context: ./cassandra @@ -35,5 +35,4 @@ jobs: platforms: linux/amd64 push: true tags: | - ghcr.io/pelican-eggs/yolks:cassandra_${{ matrix.tag }} - ghcr.io/parkervcp/yolks:cassandra_${{ matrix.tag }} + ghcr.io/domicraftfr/yolks:cassandra_${{ matrix.tag }} diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index 0738f978d..a020f7734 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -31,8 +31,8 @@ jobs: - uses: docker/login-action@v3 with: registry: ghcr.io - username: ${{ github.repository_owner }} - password: ${{ secrets.REGISTRY_TOKEN }} + username: domicraftfr + password: ${{ secrets.GITHUB_TOKEN }} - uses: docker/build-push-action@v5 with: context: ./dart @@ -40,5 +40,4 @@ jobs: platforms: linux/amd64,linux/arm64 push: true tags: | - ghcr.io/pelican-eggs/yolks:dart_${{ matrix.tag }} - ghcr.io/parkervcp/yolks:dart_${{ matrix.tag }} + ghcr.io/domicraftfr/yolks:dart_${{ matrix.tag }} diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 13c91cbae..7616ca23c 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -32,8 +32,8 @@ jobs: - uses: docker/login-action@v3 with: registry: ghcr.io - username: ${{ github.repository_owner }} - password: ${{ secrets.REGISTRY_TOKEN }} + username: domicraftfr + password: ${{ secrets.GITHUB_TOKEN }} - uses: docker/build-push-action@v5 with: context: ./dotnet @@ -41,5 +41,4 @@ jobs: platforms: linux/amd64,linux/arm64 push: true tags: | - ghcr.io/pelican-eggs/yolks:dotnet_${{ matrix.tag }} - ghcr.io/parkervcp/yolks:dotnet_${{ matrix.tag }} + ghcr.io/domicraftfr/yolks:dotnet_${{ matrix.tag }} diff --git a/.github/workflows/elixir.yml b/.github/workflows/elixir.yml index 09d767906..fa2169709 100644 --- a/.github/workflows/elixir.yml +++ b/.github/workflows/elixir.yml @@ -30,8 +30,8 @@ jobs: - uses: docker/login-action@v3 with: registry: ghcr.io - username: ${{ github.repository_owner }} - password: ${{ secrets.REGISTRY_TOKEN }} + username: domicraftfr + password: ${{ secrets.GITHUB_TOKEN }} - uses: docker/build-push-action@v5 with: context: ./elixir @@ -39,5 +39,4 @@ jobs: platforms: linux/amd64,linux/arm64 push: true tags: | - ghcr.io/pelican-eggs/yolks:elixir_${{ matrix.tag }} - ghcr.io/parkervcp/yolks:elixir_${{ matrix.tag }} + ghcr.io/domicraftfr/yolks:elixir_${{ matrix.tag }} diff --git a/.github/workflows/erlang.yml b/.github/workflows/erlang.yml index 0a4936612..e01291633 100644 --- a/.github/workflows/erlang.yml +++ b/.github/workflows/erlang.yml @@ -29,8 +29,8 @@ jobs: - uses: docker/login-action@v3 with: registry: ghcr.io - username: ${{ github.repository_owner }} - password: ${{ secrets.REGISTRY_TOKEN }} + username: domicraftfr + password: ${{ secrets.GITHUB_TOKEN }} - uses: docker/build-push-action@v5 with: context: ./erlang @@ -38,5 +38,4 @@ jobs: platforms: linux/amd64,linux/arm64 push: true tags: | - ghcr.io/pelican-eggs/yolks:erlang_${{ matrix.tag }} - ghcr.io/parkervcp/yolks:erlang_${{ matrix.tag }} + ghcr.io/domicraftfr/yolks:erlang_${{ matrix.tag }} diff --git a/.github/workflows/games.yml b/.github/workflows/games.yml index 65f899ea3..5c5bed3c0 100644 --- a/.github/workflows/games.yml +++ b/.github/workflows/games.yml @@ -18,14 +18,14 @@ jobs: game: - altv - arma3 - - dayz + - dayz - mohaa - rust - samp - source - valheim - thebattleforwesnoth - + steps: - uses: actions/checkout@v4 - uses: docker/setup-buildx-action@v3 @@ -34,8 +34,8 @@ jobs: - uses: docker/login-action@v3 with: registry: ghcr.io - username: ${{ github.repository_owner }} - password: ${{ secrets.REGISTRY_TOKEN }} + username: domicraftfr + password: ${{ secrets.GITHUB_TOKEN }} - uses: docker/build-push-action@v5 with: context: ./games/${{ matrix.game }} @@ -43,8 +43,7 @@ jobs: platforms: linux/amd64 push: true tags: | - ghcr.io/pelican-eggs/games:${{ matrix.game }} - ghcr.io/parkervcp/games:${{ matrix.game }} + ghcr.io/domicraftfr/games:${{ matrix.game }} pushAll: name: "games_All:${{ matrix.game }}" runs-on: ubuntu-latest @@ -66,8 +65,8 @@ jobs: - uses: docker/login-action@v3 with: registry: ghcr.io - username: ${{ github.repository_owner }} - password: ${{ secrets.REGISTRY_TOKEN }} + username: domicraftfr + password: ${{ secrets.GITHUB_TOKEN }} - uses: docker/build-push-action@v5 with: context: ./games/${{ matrix.game }} @@ -75,5 +74,4 @@ jobs: platforms: linux/amd64,linux/arm64 push: true tags: | - ghcr.io/pelican-eggs/games:${{ matrix.game }} - ghcr.io/parkervcp/games:${{ matrix.game }} + ghcr.io/domicraftfr/games:${{ matrix.game }} diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 89708019e..cd6eccff9 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -33,8 +33,8 @@ jobs: - uses: docker/login-action@v3 with: registry: ghcr.io - username: ${{ github.repository_owner }} - password: ${{ secrets.REGISTRY_TOKEN }} + username: domicraftfr + password: ${{ secrets.GITHUB_TOKEN }} - uses: docker/build-push-action@v5 with: context: ./go @@ -42,5 +42,4 @@ jobs: platforms: linux/amd64 push: true tags: | - ghcr.io/pelican-eggs/yolks:go_${{ matrix.tag }} - ghcr.io/parkervcp/yolks:go_${{ matrix.tag }} + ghcr.io/domicraftfr/yolks:go_${{ matrix.tag }} diff --git a/.github/workflows/installers.yml b/.github/workflows/installers.yml index 86247c2f9..5afb96392 100644 --- a/.github/workflows/installers.yml +++ b/.github/workflows/installers.yml @@ -28,8 +28,8 @@ jobs: - uses: docker/login-action@v3 with: registry: ghcr.io - username: ${{ github.repository_owner }} - password: ${{ secrets.REGISTRY_TOKEN }} + username: domicraftfr + password: ${{ secrets.GITHUB_TOKEN }} - uses: docker/build-push-action@v5 with: context: ./installers @@ -37,5 +37,4 @@ jobs: platforms: linux/amd64,linux/arm64 push: true tags: | - ghcr.io/pelican-eggs/installers:${{ matrix.tag }} - ghcr.io/parkervcp/installers:${{ matrix.tag }} + ghcr.io/domicraftfr/installers:${{ matrix.tag }} diff --git a/.github/workflows/java.yml b/.github/workflows/java.yml index ae681f686..5268d30e4 100644 --- a/.github/workflows/java.yml +++ b/.github/workflows/java.yml @@ -34,8 +34,8 @@ jobs: - uses: docker/login-action@v3 with: registry: ghcr.io - username: ${{ github.repository_owner }} - password: ${{ secrets.REGISTRY_TOKEN }} + username: domicraftfr + password: ${{ secrets.GITHUB_TOKEN }} - uses: docker/build-push-action@v5 with: context: ./java @@ -43,5 +43,4 @@ jobs: platforms: linux/amd64,linux/arm64 push: true tags: | - ghcr.io/pelican-eggs/yolks:java_${{ matrix.tag }} - ghcr.io/parkervcp/yolks:java_${{ matrix.tag }} + ghcr.io/domicraftfr/yolks:java_${{ matrix.tag }} diff --git a/.github/workflows/mariadb.yml b/.github/workflows/mariadb.yml index 8ad62598b..8d0b9345b 100644 --- a/.github/workflows/mariadb.yml +++ b/.github/workflows/mariadb.yml @@ -34,8 +34,8 @@ jobs: - uses: docker/login-action@v3 with: registry: ghcr.io - username: ${{ github.repository_owner }} - password: ${{ secrets.REGISTRY_TOKEN }} + username: domicraftfr + password: ${{ secrets.GITHUB_TOKEN }} - uses: docker/build-push-action@v5 with: context: ./mariadb @@ -43,5 +43,4 @@ jobs: platforms: linux/amd64,linux/arm64 push: true tags: | - ghcr.io/pelican-eggs/yolks:mariadb_${{ matrix.tag }} - ghcr.io/parkervcp/yolks:mariadb_${{ matrix.tag }} + ghcr.io/domicraftfr/yolks:mariadb_${{ matrix.tag }} diff --git a/.github/workflows/mongodb.yml b/.github/workflows/mongodb.yml index cfe8bda64..1fe76286e 100644 --- a/.github/workflows/mongodb.yml +++ b/.github/workflows/mongodb.yml @@ -30,8 +30,8 @@ jobs: - uses: docker/login-action@v3 with: registry: ghcr.io - username: ${{ github.repository_owner }} - password: ${{ secrets.REGISTRY_TOKEN }} + username: domicraftfr + password: ${{ secrets.GITHUB_TOKEN }} - uses: docker/build-push-action@v5 with: context: ./mongodb @@ -39,5 +39,4 @@ jobs: platforms: linux/amd64,linux/arm64 push: true tags: | - ghcr.io/pelican-eggs/yolks:mongodb_${{ matrix.tag }} - ghcr.io/parkervcp/yolks:mongodb_${{ matrix.tag }} + ghcr.io/domicraftfr/yolks:mongodb_${{ matrix.tag }} diff --git a/.github/workflows/mono.yml b/.github/workflows/mono.yml index cdc8aa3a5..0094dfad3 100644 --- a/.github/workflows/mono.yml +++ b/.github/workflows/mono.yml @@ -25,8 +25,8 @@ jobs: - uses: docker/login-action@v3 with: registry: ghcr.io - username: ${{ github.repository_owner }} - password: ${{ secrets.REGISTRY_TOKEN }} + username: domicraftfr + password: ${{ secrets.GITHUB_TOKEN }} - uses: docker/build-push-action@v5 with: context: ./mono @@ -34,5 +34,4 @@ jobs: platforms: linux/amd64,linux/arm64 push: true tags: | - ghcr.io/pelican-eggs/yolks:mono_${{ matrix.tag }} - ghcr.io/parkervcp/yolks:mono_${{ matrix.tag }} + ghcr.io/domicraftfr/yolks:mono_${{ matrix.tag }} diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 39f359257..b45d294d5 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -34,8 +34,8 @@ jobs: - uses: docker/login-action@v3 with: registry: ghcr.io - username: ${{ github.repository_owner }} - password: ${{ secrets.REGISTRY_TOKEN }} + username: domicraftfr + password: ${{ secrets.GITHUB_TOKEN }} - uses: docker/build-push-action@v5 with: context: ./nodejs @@ -43,5 +43,4 @@ jobs: platforms: linux/amd64,linux/arm64 push: true tags: | - ghcr.io/pelican-eggs/yolks:nodejs_${{ matrix.tag }} - ghcr.io/parkervcp/yolks:nodejs_${{ matrix.tag }} + ghcr.io/domicraftfr/yolks:nodejs_${{ matrix.tag }} diff --git a/.github/workflows/postgres.yml b/.github/workflows/postgres.yml index b76595f6e..b7e874c0d 100644 --- a/.github/workflows/postgres.yml +++ b/.github/workflows/postgres.yml @@ -33,8 +33,8 @@ jobs: - uses: docker/login-action@v3 with: registry: ghcr.io - username: ${{ github.repository_owner }} - password: ${{ secrets.REGISTRY_TOKEN }} + username: domicraftfr + password: ${{ secrets.GITHUB_TOKEN }} - uses: docker/build-push-action@v5 with: context: ./postgres @@ -42,5 +42,4 @@ jobs: platforms: linux/amd64,linux/arm64 push: true tags: | - ghcr.io/pelican-eggs/yolks:postgres_${{ matrix.tag }} - ghcr.io/parkervcp/yolks:postgres_${{ matrix.tag }} + ghcr.io/domicraftfr/yolks:postgres_${{ matrix.tag }} diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 82d0d02ac..d98d95f57 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -26,15 +26,15 @@ jobs: steps: - uses: actions/checkout@v4 # Setup QEMU for ARM64 Build - - uses: docker/setup-qemu-action@v3 + - uses: docker/setup-qemu-action@v3 - uses: docker/setup-buildx-action@v3 with: buildkitd-flags: --debug - uses: docker/login-action@v3 with: registry: ghcr.io - username: ${{ github.repository_owner }} - password: ${{ secrets.REGISTRY_TOKEN }} + username: domicraftfr + password: ${{ secrets.GITHUB_TOKEN }} - uses: docker/build-push-action@v5 with: context: ./python @@ -42,5 +42,4 @@ jobs: platforms: linux/amd64,linux/arm64 push: true tags: | - ghcr.io/pelican-eggs/yolks:python_${{ matrix.tag }} - ghcr.io/parkervcp/yolks:python_${{ matrix.tag }} + ghcr.io/domicraftfr/yolks:python_${{ matrix.tag }} diff --git a/.github/workflows/redis.yml b/.github/workflows/redis.yml index 5ae84711d..1328af2bc 100644 --- a/.github/workflows/redis.yml +++ b/.github/workflows/redis.yml @@ -29,8 +29,8 @@ jobs: - uses: docker/login-action@v3 with: registry: ghcr.io - username: ${{ github.repository_owner }} - password: ${{ secrets.REGISTRY_TOKEN }} + username: domicraftfr + password: ${{ secrets.GITHUB_TOKEN }} - uses: docker/build-push-action@v5 with: context: ./redis @@ -38,5 +38,4 @@ jobs: platforms: linux/amd64,linux/arm64 push: true tags: | - ghcr.io/pelican-eggs/yolks:redis_${{ matrix.tag }} - ghcr.io/parkervcp/yolks:redis_${{ matrix.tag }} + ghcr.io/domicraftfr/yolks:redis_${{ matrix.tag }} diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 03e30ba2b..3c7af6acc 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -22,15 +22,15 @@ jobs: steps: - uses: actions/checkout@v4 # Setup QEMU for ARM64 Build - - uses: docker/setup-qemu-action@v3 + - uses: docker/setup-qemu-action@v3 - uses: docker/setup-buildx-action@v3 with: buildkitd-flags: --debug - uses: docker/login-action@v3 with: registry: ghcr.io - username: ${{ github.repository_owner }} - password: ${{ secrets.REGISTRY_TOKEN }} + username: domicraftfr + password: ${{ secrets.GITHUB_TOKEN }} - uses: docker/build-push-action@v5 with: context: ./rust @@ -38,5 +38,4 @@ jobs: platforms: linux/amd64,linux/arm64 push: true tags: | - ghcr.io/pelican-eggs/yolks:rust_${{ matrix.tag }} - ghcr.io/parkervcp/yolks:rust_${{ matrix.tag }} + ghcr.io/domicraftfr/yolks:rust_${{ matrix.tag }} diff --git a/.github/workflows/steamcmd.yml b/.github/workflows/steamcmd.yml index 841d0a8db..b75ffa474 100644 --- a/.github/workflows/steamcmd.yml +++ b/.github/workflows/steamcmd.yml @@ -20,7 +20,7 @@ jobs: - ubuntu - dotnet - proton - - proton_8 + - proton_8 - sniper steps: - uses: actions/checkout@v4 @@ -30,8 +30,8 @@ jobs: - uses: docker/login-action@v3 with: registry: ghcr.io - username: ${{ github.repository_owner }} - password: ${{ secrets.REGISTRY_TOKEN }} + username: domicraftfr + password: ${{ secrets.GITHUB_TOKEN }} - uses: docker/build-push-action@v5 with: context: ./steamcmd @@ -39,5 +39,4 @@ jobs: platforms: linux/amd64 push: true tags: | - ghcr.io/pelican-eggs/steamcmd:${{ matrix.distro }} - ghcr.io/parkervcp/steamcmd:${{ matrix.distro }} + ghcr.io/domicraftfr/steamcmd:${{ matrix.distro }} diff --git a/.github/workflows/voice.yml b/.github/workflows/voice.yml index bc5f38822..71f4dc66b 100644 --- a/.github/workflows/voice.yml +++ b/.github/workflows/voice.yml @@ -25,8 +25,8 @@ jobs: - uses: docker/login-action@v3 with: registry: ghcr.io - username: ${{ github.repository_owner }} - password: ${{ secrets.REGISTRY_TOKEN }} + username: domicraftfr + password: ${{ secrets.GITHUB_TOKEN }} - uses: docker/build-push-action@v5 with: context: ./voice/${{ matrix.tag }} @@ -34,8 +34,7 @@ jobs: platforms: linux/amd64 push: true tags: | - ghcr.io/pelican-eggs/yolks:voice_${{ matrix.tag }} - ghcr.io/parkervcp/yolks:voice_${{ matrix.tag }} + ghcr.io/domicraftfr/yolks:voice_${{ matrix.tag }} pushx64_arm64: @@ -49,7 +48,7 @@ jobs: steps: - uses: actions/checkout@v4 # Setup QEMU for ARM64 Build - - uses: docker/setup-qemu-action@v3 + - uses: docker/setup-qemu-action@v3 - uses: docker/setup-buildx-action@v3 with: version: "v0.8.2" @@ -57,8 +56,8 @@ jobs: - uses: docker/login-action@v3 with: registry: ghcr.io - username: ${{ github.repository_owner }} - password: ${{ secrets.REGISTRY_TOKEN }} + username: domicraftfr + password: ${{ secrets.GITHUB_TOKEN }} - uses: docker/build-push-action@v5 with: context: ./voice/${{ matrix.tag }} @@ -66,5 +65,4 @@ jobs: platforms: linux/amd64,linux/arm64 push: true tags: | - ghcr.io/pelican-eggs/yolks:voice_${{ matrix.tag }} - ghcr.io/parkervcp/yolks:voice_${{ matrix.tag }} + ghcr.io/domicraftfr/yolks:voice_${{ matrix.tag }} diff --git a/.github/workflows/wine.yml b/.github/workflows/wine.yml index bd3f580f0..f1329fe75 100644 --- a/.github/workflows/wine.yml +++ b/.github/workflows/wine.yml @@ -27,8 +27,8 @@ jobs: - uses: docker/login-action@v3 with: registry: ghcr.io - username: ${{ github.repository_owner }} - password: ${{ secrets.REGISTRY_TOKEN }} + username: domicraftfr + password: ${{ secrets.GITHUB_TOKEN }} - uses: docker/build-push-action@v5 with: context: ./wine @@ -36,5 +36,4 @@ jobs: platforms: linux/amd64 push: true tags: | - ghcr.io/pelican-eggs/yolks:wine_${{ matrix.tag }} - ghcr.io/parkervcp/yolks:wine_${{ matrix.tag }} + ghcr.io/domicraftfr/yolks:wine_${{ matrix.tag }} diff --git a/dotnet/2.1/Dockerfile b/dotnet/2.1/Dockerfile index 58dcaff37..fc87d9079 100644 --- a/dotnet/2.1/Dockerfile +++ b/dotnet/2.1/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$TARGETOS/$TARGETARCH ghcr.io/parkervcp/yolks:debian +FROM --platform=$TARGETOS/$TARGETARCH ghcr.io/domicraftfr/yolks:debian LABEL author="Torsten Widmann" maintainer="info@goover.de" @@ -8,7 +8,7 @@ RUN apt update -y \ && apt upgrade -y \ && apt install -y apt-transport-https wget curl iproute2 libgdiplus tini \ && wget https://dot.net/v1/dotnet-install.sh \ - && D_V="$(curl -sSL https://dotnet.microsoft.com/en-us/download/dotnet/2.1 | grep -i '

SDK 2.1.*

' | head -1 | awk -F\" '{print $3}' | awk '{print $2;}' | sed 's/<\/h3>//g')" \ + && D_V="$(curl -sSL https://dotnet.microsoft.com/en-us/download/dotnet/2.1 | grep -i '

SDK 2.1.*

' | head -1 | awk -F\" '{print $3}' | awk '{print $2;}' | sed 's/<\/h3>//g')" \ && chmod +x dotnet-install.sh \ && ./dotnet-install.sh -i /usr/share -v $D_V \ && ln -s /usr/share/dotnet /usr/bin/dotnet diff --git a/dotnet/3.1/Dockerfile b/dotnet/3.1/Dockerfile index 18fa76783..4713b7995 100644 --- a/dotnet/3.1/Dockerfile +++ b/dotnet/3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$TARGETOS/$TARGETARCH ghcr.io/parkervcp/yolks:debian +FROM --platform=$TARGETOS/$TARGETARCH ghcr.io/domicraftfr/yolks:debian LABEL author="Torsten Widmann" maintainer="info@goover.de" diff --git a/dotnet/5/Dockerfile b/dotnet/5/Dockerfile index 5bafee2d1..22a5c6362 100644 --- a/dotnet/5/Dockerfile +++ b/dotnet/5/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$TARGETOS/$TARGETARCH ghcr.io/parkervcp/yolks:debian +FROM --platform=$TARGETOS/$TARGETARCH ghcr.io/domicraftfr/yolks:debian LABEL author="Torsten Widmann" maintainer="info@goover.de" diff --git a/dotnet/6/Dockerfile b/dotnet/6/Dockerfile index 9494f7644..3c01ef113 100644 --- a/dotnet/6/Dockerfile +++ b/dotnet/6/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$TARGETOS/$TARGETARCH ghcr.io/parkervcp/yolks:debian +FROM --platform=$TARGETOS/$TARGETARCH ghcr.io/domicraftfr/yolks:debian LABEL author="Torsten Widmann" maintainer="info@goover.de" @@ -8,7 +8,7 @@ RUN apt update -y \ && apt upgrade -y \ && apt install -y apt-transport-https wget curl iproute2 libgdiplus tini \ && wget https://dot.net/v1/dotnet-install.sh \ - && D_V="$(curl -sSL https://dotnet.microsoft.com/en-us/download/dotnet/6.0 | grep -i '

SDK 6.*.*

' | head -1 | awk -F\" '{print $3}' | awk '{print $2;}' | sed 's/<\/h3>//g')" \ + && D_V="$(curl -sSL https://dotnet.microsoft.com/en-us/download/dotnet/6.0 | grep -i '

SDK 6.*.*

' | head -1 | awk -F\" '{print $3}' | awk '{print $2;}' | sed 's/<\/h3>//g')" \ && chmod +x dotnet-install.sh \ && ./dotnet-install.sh -i /usr/share -v $D_V \ && ln -s /usr/share/dotnet /usr/bin/dotnet diff --git a/dotnet/7/Dockerfile b/dotnet/7/Dockerfile index 78a389a96..033f25328 100644 --- a/dotnet/7/Dockerfile +++ b/dotnet/7/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$TARGETOS/$TARGETARCH ghcr.io/parkervcp/yolks:debian +FROM --platform=$TARGETOS/$TARGETARCH ghcr.io/domicraftfr/yolks:debian LABEL author="Torsten Widmann" maintainer="info@goover.de" @@ -8,7 +8,7 @@ RUN apt update -y \ && apt upgrade -y \ && apt install -y apt-transport-https wget curl iproute2 libgdiplus tini \ && wget https://dot.net/v1/dotnet-install.sh \ - && D_V="$(curl -sSL https://dotnet.microsoft.com/en-us/download/dotnet/7.0 | grep -i '

SDK 7.*.*

' | head -1 | awk -F\" '{print $3}' | awk '{print $2;}' | sed 's/<\/h3>//g')" \ + && D_V="$(curl -sSL https://dotnet.microsoft.com/en-us/download/dotnet/7.0 | grep -i '

SDK 7.*.*

' | head -1 | awk -F\" '{print $3}' | awk '{print $2;}' | sed 's/<\/h3>//g')" \ && chmod +x dotnet-install.sh \ && ./dotnet-install.sh -i /usr/share -v $D_V \ && ln -s /usr/share/dotnet /usr/bin/dotnet diff --git a/dotnet/8/Dockerfile b/dotnet/8/Dockerfile index b158d0310..e47c307b4 100644 --- a/dotnet/8/Dockerfile +++ b/dotnet/8/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$TARGETOS/$TARGETARCH ghcr.io/parkervcp/yolks:debian +FROM --platform=$TARGETOS/$TARGETARCH ghcr.io/domicraftfr/yolks:debian LABEL author="Torsten Widmann" maintainer="info@goover.de" @@ -8,7 +8,7 @@ RUN apt update -y \ && apt upgrade -y \ && apt install -y apt-transport-https wget curl iproute2 libgdiplus tini \ && wget https://dot.net/v1/dotnet-install.sh \ - && D_V="$(curl -sSL https://dotnet.microsoft.com/en-us/download/dotnet/8.0 | grep -i '

SDK 8.*.*

' | head -1 | awk -F\" '{print $3}' | awk '{print $2;}' | sed 's/<\/h3>//g')" \ + && D_V="$(curl -sSL https://dotnet.microsoft.com/en-us/download/dotnet/8.0 | grep -i '

SDK 8.*.*

' | head -1 | awk -F\" '{print $3}' | awk '{print $2;}' | sed 's/<\/h3>//g')" \ && chmod +x dotnet-install.sh \ && ./dotnet-install.sh -i /usr/share -v $D_V \ && ln -s /usr/share/dotnet /usr/bin/dotnet diff --git a/games/mohaa/Dockerfile b/games/mohaa/Dockerfile index 353d28e9e..52ffeca6a 100644 --- a/games/mohaa/Dockerfile +++ b/games/mohaa/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/parkervcp/yolks:debian +FROM ghcr.io/domicraftfr/yolks:debian LABEL author="Manuel Dielacher" maintainer="th3dilli@gmx.at" diff --git a/mono/latest/Dockerfile b/mono/latest/Dockerfile index 3e6a2b590..cc2b19dc6 100644 --- a/mono/latest/Dockerfile +++ b/mono/latest/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$TARGETOS/$TARGETARCH ghcr.io/parkervcp/yolks:debian +FROM --platform=$TARGETOS/$TARGETARCH ghcr.io/domicraftfr/yolks:debian LABEL author="Torsten Widmann" maintainer="support@goover.de" diff --git a/wine/devel/Dockerfile b/wine/devel/Dockerfile index b26253238..ac7601623 100644 --- a/wine/devel/Dockerfile +++ b/wine/devel/Dockerfile @@ -1,7 +1,7 @@ # --------------------------------------- -# Generic Wine image based on Wine devel +# Generic Wine image based on Wine devel # --------------------------------------- -FROM ghcr.io/parkervcp/yolks:debian +FROM ghcr.io/domicraftfr/yolks:debian LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" LABEL org.opencontainers.image.licenses=MIT diff --git a/wine/latest/Dockerfile b/wine/latest/Dockerfile index 1dbdb6e0d..f1e3f7bfb 100644 --- a/wine/latest/Dockerfile +++ b/wine/latest/Dockerfile @@ -1,7 +1,7 @@ # --------------------------------------- -# Generic Wine image based on Wine stable +# Generic Wine image based on Wine stable # --------------------------------------- -FROM ghcr.io/parkervcp/yolks:debian +FROM ghcr.io/domicraftfr/yolks:debian LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" LABEL org.opencontainers.image.licenses=MIT diff --git a/wine/staging/Dockerfile b/wine/staging/Dockerfile index 25d12cdbe..d1da231fe 100644 --- a/wine/staging/Dockerfile +++ b/wine/staging/Dockerfile @@ -1,7 +1,7 @@ # --------------------------------------- -# Generic Wine image based on Wine staging +# Generic Wine image based on Wine staging # --------------------------------------- -FROM ghcr.io/parkervcp/yolks:debian +FROM ghcr.io/domicraftfr/yolks:debian LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" LABEL org.opencontainers.image.licenses=MIT