From f9109144975cf0f924c8a8b5c13dfdfbfb4adb4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niccol=C3=B2=20Fei?= Date: Wed, 20 Dec 2023 16:06:05 +0100 Subject: [PATCH] chore: fix image name typo (#46) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Niccolò Fei --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7a5f140..ecec4dc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -93,7 +93,7 @@ jobs: name: Dockle scan uses: erzz/dockle-action@v1 with: - image: "ghcr.io/${{ env.IMAGE_STAGING }}:${{ env.PGBOUNCER_VERSION }}" + image: "${{ env.IMAGE_STAGING }}:${{ env.PGBOUNCER_VERSION }}" exit-code: '1' failure-threshold: WARN accept-keywords: key @@ -104,7 +104,7 @@ jobs: env: SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} with: - image: "ghcr.io/${{ env.IMAGE_STAGING }}:${{ env.PGBOUNCER_VERSION }}" + image: "${{ env.IMAGE_STAGING }}:${{ env.PGBOUNCER_VERSION }}" args: --severity-threshold=high --file=${{ matrix.file }} - name: Upload result to GitHub Code Scanning