From f630fe8ced28e533712be4cd8ea41de788965d65 Mon Sep 17 00:00:00 2001 From: lotyp Date: Sat, 6 Apr 2024 19:45:39 +0300 Subject: [PATCH] chore: fix image tag --- .github/workflows/test.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 446bd1d..a95a508 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -110,13 +110,10 @@ jobs: id: docker-scout uses: docker/scout-action@v1 with: - command: quickview,compare,cves,recommendations + command: quickview,cves,recommendations image: ${{ env.DOCKER_NAMESPACE }}:${{ matrix.php_version }}-${{ matrix.php_type }}-${{ matrix.os_name }}-latest - to-latest: true organization: wayofdev only-severities: critical,high github-token: ${{ secrets.GITHUB_TOKEN }} dockerhub-user: ${{ secrets.DOCKER_USERNAME }} dockerhub-password: ${{ secrets.DOCKER_TOKEN }} - -