Skip to content

Commit

Permalink
Merge pull request #138 from mitulshah-suse/move-to-gha
Browse files Browse the repository at this point in the history
Fix headers for upload-cloud-storage job
  • Loading branch information
snasovich authored May 3, 2024
2 parents 8529512 + 624b273 commit 3684667
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 3684667

Please sign in to comment.