fix : mise à jour les références des variables de sortie de GITHUB_OUTPUT vers GITEA_OUTPUT

This commit is contained in:
mirage
2026-03-26 16:08:58 +01:00
parent 175bd09270
commit 9e8a059a29

View File

@@ -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