From 498cacf5b02802a843e6ae8c86f7d73511a227e5 Mon Sep 17 00:00:00 2001 From: scrungus Date: Wed, 26 Jun 2024 20:42:06 +0100 Subject: [PATCH] sign_image not valid --- .github/workflows/publish-images.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/publish-images.yaml b/.github/workflows/publish-images.yaml index e812785..96f4664 100644 --- a/.github/workflows/publish-images.yaml +++ b/.github/workflows/publish-images.yaml @@ -43,5 +43,4 @@ jobs: platforms: linux/amd64,linux/arm64 push: true tags: ${{ steps.image-meta.outputs.tags }} - labels: ${{ steps.image-meta.outputs.labels }} - sign_image: true \ No newline at end of file + labels: ${{ steps.image-meta.outputs.labels }} \ No newline at end of file