From aaf90332a1f89258b5cfdef9b6a9ec2454322c7c Mon Sep 17 00:00:00 2001 From: Martin Buchleitner Date: Fri, 6 Dec 2024 11:01:57 +0100 Subject: [PATCH] fix: mondoo tag scan Signed-off-by: Martin Buchleitner --- .github/workflows/container.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 3047e07..f21e4a2 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -112,7 +112,6 @@ jobs: images: ${{ steps.prep.outputs.images }} tags: ${{ steps.prep.outputs.tags }} - - name: Set up QEMU uses: docker/setup-qemu-action@v3 @@ -135,7 +134,7 @@ jobs: if: env.MONDOO_CONFIG_BASE64 != '' uses: mondoohq/actions/docker-image@v11.0.0 with: - image: ${{ steps.meta.outputs.ghcr_tag }} + image: ${{ fromJson(steps.meta.outputs.json).tags[0] }} score-threshold: ${{ inputs.score }} - name: Login to Dockerhub