-
Notifications
You must be signed in to change notification settings - Fork 114
Expand file tree
/
Copy path.craft.yml
More file actions
46 lines (43 loc) · 1.15 KB
/
.craft.yml
File metadata and controls
46 lines (43 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
minVersion: "2.15.0"
changelog:
policy: auto
statusProvider:
name: github
config:
contexts:
- "Build Docker Image (relay)"
targets:
- name: github
- name: registry
apps:
app:relay:
urlTemplate: https://downloads.sentry-cdn.com/relay/{{version}}/{{file}}
includeNames: /^relay-(Darwin|Linux|Windows).*$/i
- name: gcs
bucket: sentry-sdk-assets
includeNames: /^relay-(Darwin|Windows|Linux).*$/
paths:
- path: /relay/{{version}}/
metadata:
cacheControl: public, max-age=2592000
- path: /relay/latest/
metadata:
cacheControl: public, max-age=600
- id: release
name: docker
source: ghcr.io/getsentry/relay
target: ghcr.io/getsentry/relay
- id: latest
name: docker
source: ghcr.io/getsentry/relay
target: ghcr.io/getsentry/relay
targetFormat: "{{{target}}}:latest"
requireNames:
- /^relay-Darwin-x86_64$/
- /^relay-Darwin-x86_64-dsym.zip$/
- /^relay-Linux-x86_64$/
- /^relay-Linux-x86_64-debug.zip$/
- /^relay-Linux-aarch64$/
- /^relay-Linux-aarch64-debug.zip$/
- /^relay-Windows-x86_64-pdb.zip$/
- /^relay-Windows-x86_64\.exe$/