Skip to content

Commit

Permalink
update build policy
Browse files Browse the repository at this point in the history
  • Loading branch information
宋建昌 authored and Nick-0314 committed Jan 9, 2023
1 parent db23cff commit fbc241a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 10 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,19 @@ name: Build kubespray images

on:
push:
tags:
- 'v*'
- 'rc-*'
- 'beta-*'
- 'release-*'
branches:
- 'action'
- 'main'
- 'beta-*'
- 'release-*'
- 'main'
- 'master'
- 'action'
paths-ignore:
- 'docs/**'
tags:
- 'v*'
- 'release-*'

env:
IMAGE_REGISTRY: "ghcr.io"
Expand Down
15 changes: 10 additions & 5 deletions .github/workflows/download.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,20 @@ name: Download files and images

on:
push:
tags:
- 'v*'
- 'rc-*'
- 'beta-*'
- 'release-*'
branches:
- 'action'
- 'main'
- 'beta-*'
- 'release-*'
- 'main'
- 'master'
- 'action'
paths-ignore:
- 'docs/**'
tags:
- 'v*'
- 'release-*'


release:
branches: [main, action, release-*]
Expand Down

0 comments on commit fbc241a

Please sign in to comment.