From a3d880bab525eec63221f6156473a1cd283dcf36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=9E=E3=83=AB=E3=82=B3=E3=83=A1?= Date: Tue, 24 Sep 2024 15:08:57 +0900 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8Fci:=20change=20compare=20imag?= =?UTF-8?q?e=20at=20docker=20scout=20(#986)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index f08a0593..28dfa2f2 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -111,5 +111,5 @@ jobs: uses: docker/scout-action@v1 with: command: compare - to: ${{ env.GHCR_REGISTRY }}/${{ env.GHCR_REPOSITORY }}:canary + to: ${{ env.REPOSITORY }}:canary only-severities: critical,high