-
Notifications
You must be signed in to change notification settings - Fork 290
/
Copy pathboring-registry.yaml
43 lines (38 loc) · 1.02 KB
/
boring-registry.yaml
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
package:
name: boring-registry
version: 0.13.2
epoch: 0
description: Terraform Provider and Module Registry
copyright:
- license: MIT
dependencies:
runtime:
- ca-certificates-bundle
environment:
contents:
packages:
- busybox
- ca-certificates-bundle
- go
pipeline:
- uses: git-checkout
with:
expected-commit: 792c31acc3a117172a9911cea52df830cf9dd465
repository: https://github.com/TierMobility/boring-registry
tag: v${{package.version}}
- uses: go/build
with:
ldflags: |
-s -w
-X github.com/TierMobility/boring-registry/version.Version="${{package.version}}"
-X github.com/TierMobility/boring-registry/version.Commit="$(git rev-parse --verify HEAD --short)"
-X github.com/TierMobility/boring-registry/version.Date="$(date -u +'%FT%T%z')"
output: boring-registry
packages: .
- uses: strip
update:
enabled: true
manual: false
github:
identifier: TierMobility/boring-registry
strip-prefix: v