Skip to content

Commit

Permalink
Fix headers for upload-cloud-storage job
Browse files Browse the repository at this point in the history
  • Loading branch information
mitulshah-suse committed May 3, 2024
1 parent d160100 commit 624b273
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -101,4 +101,4 @@ jobs:
destination: releases.rancher.com/install-docker
predefinedAcl: publicRead
headers: |-
Cache-Control: public,no-cache,proxy-revalidate
cache-control: public,no-cache,proxy-revalidate

0 comments on commit 624b273

Please sign in to comment.