From 08d93ed22a9f26dd685174d05f8136d2aa263e1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Sch=C3=B6chlin?= Date: Tue, 14 Jan 2025 20:39:24 +0100 Subject: [PATCH] Add environment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc Schöchlin --- .github/workflows/shared.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/shared.yml b/.github/workflows/shared.yml index 2343ce3..83c0208 100644 --- a/.github/workflows/shared.yml +++ b/.github/workflows/shared.yml @@ -13,6 +13,7 @@ jobs: build-and-release: name: CI-PKGs runs-on: ubuntu-latest + environment: Docker Upload steps: - name: Checkout code uses: actions/checkout@v2