From f5566bca2cea38fe7c1adc2bfb897372b54ffdf7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 9 Mar 2026 07:53:36 +0000 Subject: [PATCH] chore: sync workflows from base-template --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a9608a94..088f877e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -26,6 +26,7 @@ jobs: publish: name: Build & Push to GHCR ${{ github.repository }}:${{ github.event.inputs.stack_env }}-${{ github.event.inputs.tag }} runs-on: ubuntu-latest + environment: ${{ vars.PORTAINER_ENV || 'portainer' }} permissions: contents: read packages: write