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 2536ad1 commit d58ad30Copy full SHA for d58ad30
drone/artifact.go
@@ -22,6 +22,7 @@ const (
22
ECR RegistryType = "ECR"
23
GCR RegistryType = "GCR"
24
ACR RegistryType = "ACR"
25
+ GAR RegistryType = "GAR"
26
)
27
28
const (
0 commit comments