From 595ec4849eead28a634724554b07e8e5089d42c5 Mon Sep 17 00:00:00 2001 From: paspo Date: Fri, 3 Oct 2025 07:45:58 +0200 Subject: [PATCH] fix build pipeline --- .gitea/workflows/build_and_publish.yaml | 2 +- .gitea/workflows/vulnscan.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build_and_publish.yaml b/.gitea/workflows/build_and_publish.yaml index 76f11e9..f7f02f6 100644 --- a/.gitea/workflows/build_and_publish.yaml +++ b/.gitea/workflows/build_and_publish.yaml @@ -46,7 +46,7 @@ jobs: run: | docker build \ --tag ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:latest-${{ matrix.arch }} \ - --platform linux/${{ matrix.arch }} -f Dockerfile . + --platform linux/${{ matrix.arch }} --no-cache -f Dockerfile . docker push ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:latest-${{ matrix.arch }} manifest: diff --git a/.gitea/workflows/vulnscan.yaml b/.gitea/workflows/vulnscan.yaml index f3acaac..c07b4d1 100644 --- a/.gitea/workflows/vulnscan.yaml +++ b/.gitea/workflows/vulnscan.yaml @@ -61,4 +61,4 @@ jobs: token: ${{ secrets.TELEGRAM_TOKEN }} format: markdown message: | - Found **${{ steps.vulncount.outputs.VULNCOUNT }}** vulnerabilities in `${{ github.repository }}` + Found **${{ steps.vulncount.outputs.VULNCOUNT }}** vulnerabilities in `${{ env.REGISTRY }}/${{ env.REPOSITORY }}:latest`