From 8878c73c8631628018c34facd62588be81baf967 Mon Sep 17 00:00:00 2001 From: Robert Waffen Date: Fri, 30 Aug 2024 13:09:08 +0200 Subject: [PATCH] test: try other tags Signed-off-by: Robert Waffen --- .github/workflows/container_scanning.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/container_scanning.yml b/.github/workflows/container_scanning.yml index 6c7976a..595ebf1 100644 --- a/.github/workflows/container_scanning.yml +++ b/.github/workflows/container_scanning.yml @@ -39,7 +39,7 @@ jobs: - name: Build local container uses: docker/build-push-action@v6 with: - tags: 'ci/test:${{ matrix.puppet_release }}' + tags: 'ci/test:latest' push: false build-args: | BASE_IMAGE=${{ matrix.base_image }} @@ -48,7 +48,7 @@ jobs: uses: anchore/scan-action@v3 id: scan with: - image: 'ci/test:${{ matrix.puppet_release }}' + image: 'ci/test:latest' fail-build: false - name: Inspect action SARIF report