From a29c5322ab1947db14e051cf6d39ca117d3c86cf Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 16 Feb 2025 16:55:13 +0100 Subject: [PATCH] chore(ci): Improve CI security --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e571ed6cc..cc0c8a5d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -655,7 +655,9 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Available platforms - run: echo ${{ steps.buildx.outputs.platforms }} + run: echo ${PLATFORMS} + env: + PLATFORMS: ${{ steps.buildx.outputs.platforms }} - name: Build and test and push docker images env: