From 9e8a059a2977a84e93427ef0308687106e210a76 Mon Sep 17 00:00:00 2001 From: mirage <119869686+ClementBobin@users.noreply.github.com> Date: Thu, 26 Mar 2026 16:08:58 +0100 Subject: [PATCH] =?UTF-8?q?fix=C2=A0:=20mise=20=C3=A0=20jour=20les=20r?= =?UTF-8?q?=C3=A9f=C3=A9rences=20des=20variables=20de=20sortie=20de=20GITH?= =?UTF-8?q?UB=5FOUTPUT=20vers=20GITEA=5FOUTPUT?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index fd4727f..6cba91b 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -1,6 +1,5 @@ name: Deploy Webzine run-name: Deploy to ${{ inputs.deploy_target }} by @${{ github.actor }} - on: push: branches: @@ -24,8 +23,8 @@ jobs: - name: Set image tag id: vars run: | - echo "IMAGE_TAG=latest" >> $GITHUB_OUTPUT - echo "ENV_LABEL=production" >> $GITHUB_OUTPUT + echo "IMAGE_TAG=latest" >> $GITEA_OUTPUT + echo "ENV_LABEL=production" >> $GITEA_OUTPUT - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3