From 624b2739c9e1c0ccdde4ef3f36930d3229c06ad7 Mon Sep 17 00:00:00 2001 From: mitulshah-suse Date: Fri, 3 May 2024 19:48:59 +0530 Subject: [PATCH] Fix headers for upload-cloud-storage job --- .github/workflows/workflow.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index 589ebf0..d695797 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -69,7 +69,7 @@ jobs: destination: releases.rancher.com/install-docker-dev predefinedAcl: publicRead headers: |- - Cache-Control: public,no-cache,proxy-revalidate + cache-control: public,no-cache,proxy-revalidate upload: permissions: @@ -101,4 +101,4 @@ jobs: destination: releases.rancher.com/install-docker predefinedAcl: publicRead headers: |- - Cache-Control: public,no-cache,proxy-revalidate \ No newline at end of file + cache-control: public,no-cache,proxy-revalidate \ No newline at end of file