From 4c1935d5243ac139ea9e04cfddd735c51da155e8 Mon Sep 17 00:00:00 2001 From: uo288543 Date: Mon, 8 Apr 2024 15:32:31 +0200 Subject: [PATCH] Change other parameter for release --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d83065a2..b9f32f80 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -111,7 +111,9 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} registry: ghcr.io workdir: webapp - buildargs: API_URI + buildargs: | + API_URI + ONLINE_URI docker-push-multiplayer: name: Push multiplayer service Docker Image to GitHub Packages runs-on: ubuntu-latest