From 612c9ecaef6f9f45d7c070a12a08b91883404946 Mon Sep 17 00:00:00 2001 From: Anders da Silva Rytter Hansen Date: Mon, 5 Jan 2026 15:29:19 -0300 Subject: [PATCH] fix squash --- .github/workflows/os.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/os.yml b/.github/workflows/os.yml index 732ea16..e0a3a74 100644 --- a/.github/workflows/os.yml +++ b/.github/workflows/os.yml @@ -76,9 +76,9 @@ jobs: with: context: . push: ${{ github.event_name != 'pull_request' }} - # Nu bruger vi udelukkende tags fra meta-trinnet, som er lowercase-sikre tags: ${{ steps.meta.outputs.tags }} - squash: true + # Erstat 'squash: true' med denne linje: + outputs: type=image,name=target,squash=true - name: Sign the published Docker image if: ${{ github.event_name != 'pull_request' }}