forked from xmidt-org/argus
-
Notifications
You must be signed in to change notification settings - Fork 0
36 lines (34 loc) · 832 Bytes
/
ci.yml
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
# SPDX-FileCopyrightText: 2022 Comcast Cable Communications Management, LLC
# SPDX-License-Identifier: Apache-2.0
---
name: CI
on:
push:
branches:
- main
paths-ignore:
- README.md
- CONTRIBUTING.md
- MAINTAINERS.md
- LICENSE
- NOTICE
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
pull_request:
workflow_dispatch:
jobs:
ci:
uses: xmidt-org/shared-go/.github/workflows/ci.yml@9dc33d956df1b1d9862ccf3f92a87ea439c9d513 # v4.4.23
with:
release-type: program
release-arch-arm64: false
release-docker: true
release-docker-latest: true
release-docker-major: true
release-docker-minor: true
release-docker-extras: |
.release/docker
LICENSE
NOTICE
yaml-lint-skip: false
secrets: inherit