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