fix : mise à jour les références des variables de sortie de GITHUB_OUTPUT vers GITEA_OUTPUT
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user