Skip to content
Snippets Groups Projects
Unverified Commit 6215bb1c authored by Ryan Laurie's avatar Ryan Laurie Committed by GitHub
Browse files

Fix download bucket variable in release notes generation (#34328)

parent 21a70290
No related branches found
No related tags found
No related merge requests found
......@@ -469,7 +469,7 @@ jobs:
timeout-minutes: 15
permissions: write-all
env:
AWS_S3_DOWNLOADS_BUCKET: ${{ vars.AWS_S3_STATIC_BUCKET }}
AWS_S3_DOWNLOADS_BUCKET: ${{ vars.AWS_S3_DOWNLOADS_BUCKET }}
DOCKERHUB_OWNER: ${{ vars.DOCKERHUB_OWNER }}
DOCKERHUB_REPO: ${{ vars.DOCKERHUB_REPO }}
strategy:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment