From d2fa46f5a56a5040a20dd18801c02c46bd439f3e Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Sun, 11 Feb 2024 01:18:30 +0900 Subject: [PATCH] Prepare universal workflow --- .github/workflows/images_build_rhel.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/images_build_rhel.yml b/.github/workflows/images_build_rhel.yml index 69a5d5ba0..ee33adcc2 100644 --- a/.github/workflows/images_build_rhel.yml +++ b/.github/workflows/images_build_rhel.yml @@ -109,11 +109,6 @@ jobs: contents: read id-token: write steps: - - name: Block egress traffic - uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0 - with: - egress-policy: audit - - name: Checkout repository uses: actions/checkout@v4 with: @@ -137,7 +132,7 @@ jobs: - name: Image digest env: - TAGS: ${{ steps.meta.outputs.json.tags[0] }} + TAGS: ${{ fromJSON(steps.meta.outputs.json).tags[0] }} CACHE_FILE_NAME: ${{ env.BASE_BUILD_NAME }}_${{ matrix.arch }} run: | echo "$TAGS" @@ -198,11 +193,6 @@ jobs: contents: read id-token: write steps: - - name: Block egress traffic - uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0 - with: - egress-policy: audit - - name: Checkout repository uses: actions/checkout@v4 with: