We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07e36b4 commit ad34ef3Copy full SHA for ad34ef3
.github/workflows/goreleaser.yml
@@ -47,5 +47,6 @@ jobs:
47
env:
48
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49
AZURE_STORAGE_SAS_TOKEN: ${{ secrets.AZURE_STORAGE_SAS_TOKEN }}
50
+ AZURE_STORAGE_ACCOUNT: testchainloop
51
COSIGN_PRIVATE_KEY: ${{ secrets.COSIGN_PRIVATE_KEY }}
52
COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}
.goreleaser.yml
@@ -36,5 +36,6 @@ dockers:
36
blobs:
37
# SAS token is passed via AZURE_STORAGE_SAS_TOKEN env var
38
- provider: azblob
39
- bucket: "testchainloop?storage_account=testchainloop"
+ bucket: "testchainloop"
40
directory: "chainloop"
41
+
0 commit comments