From eb81bab66960df973e4bd1af392b5ce9e1f382e2 Mon Sep 17 00:00:00 2001 From: justsomescripts Date: Sun, 12 May 2024 00:37:07 +0200 Subject: [PATCH] chore(actions): update input data types --- .github/workflows/container.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 2bdccfd..01a0291 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -16,10 +16,10 @@ jobs: secrets: inherit with: containerfile: Containerfile - enable_cosign: 'false' - push_ghcr: 'true' - push_dockerhub: 'true' - push_quay: 'true' + enable_cosign: false + push_ghcr: true + push_dockerhub: true + push_quay: true permissions: checks: write contents: write