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
|
name: Deploy Webzine
|
||||||
run-name: Deploy to ${{ inputs.deploy_target }} by @${{ github.actor }}
|
run-name: Deploy to ${{ inputs.deploy_target }} by @${{ github.actor }}
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
@@ -24,8 +23,8 @@ jobs:
|
|||||||
- name: Set image tag
|
- name: Set image tag
|
||||||
id: vars
|
id: vars
|
||||||
run: |
|
run: |
|
||||||
echo "IMAGE_TAG=latest" >> $GITHUB_OUTPUT
|
echo "IMAGE_TAG=latest" >> $GITEA_OUTPUT
|
||||||
echo "ENV_LABEL=production" >> $GITHUB_OUTPUT
|
echo "ENV_LABEL=production" >> $GITEA_OUTPUT
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user