From 554e14d6da36d957854a8df7598b99f6c1bb655a Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Sat, 1 May 2021 20:11:11 +0200 Subject: [PATCH] fix workflow (again) --- .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 d018d10..4d0fde1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,12 +20,12 @@ jobs: - name: Build an image from Dockerfile run: | - docker build ghcr.io/$GITHUB_ACTOR/mastodon . + docker build -t ghcr.io/wonderfall/mastodon . - name: Run Trivy vulnerability scanner uses: aquasecurity/trivy-action@master with: - image-ref: 'ghcr.io/$GITHUB_ACTOR/mastodon' + image-ref: 'ghcr.io/wonderfall/mastodon' format: 'template' template: '@/contrib/sarif.tpl' output: 'trivy-results.sarif'