From 298579bc274c4df427effa98990686333a811647 Mon Sep 17 00:00:00 2001 From: Dimitris Karakasilis Date: Thu, 23 Jan 2025 16:26:46 +0200 Subject: [PATCH] Set the FRAMEWORK_VERSION build arg in arm builds Signed-off-by: Dimitris Karakasilis --- .github/workflows/reusable-docker-arm-build.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/reusable-docker-arm-build.yaml b/.github/workflows/reusable-docker-arm-build.yaml index 0cecc53a8..efc350594 100644 --- a/.github/workflows/reusable-docker-arm-build.yaml +++ b/.github/workflows/reusable-docker-arm-build.yaml @@ -109,6 +109,8 @@ jobs: RELEASE=${{ env.GIT_VERSION }} SOFTWARE_VERSION=${{ inputs.k3s_version }} SOFTWARE_VERSION_PREFIX=k3s + # renovate: datasource=docker depName=quay.io/kairos/framework versioning=semver + FRAMEWORK_VERSION=v2.15.4 - name: Grype table if: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v')) }} uses: anchore/scan-action@v6.0.0