mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-29 08:47:56 +00:00
Merge pull request #4922 from bergwolf/github/release
workflow: trigger release for 3.x releases
This commit is contained in:
commit
dd93d4ad5a
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@ -1,8 +1,8 @@
|
|||||||
name: Publish Kata 2.x release artifacts
|
name: Publish Kata release artifacts
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- '2.*'
|
- '[0-9]+.[0-9]+.[0-9]+*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-asset:
|
build-asset:
|
||||||
|
5
.github/workflows/snap-release.yaml
vendored
5
.github/workflows/snap-release.yaml
vendored
@ -1,8 +1,9 @@
|
|||||||
name: Release Kata 2.x in snapcraft store
|
name: Release Kata in snapcraft store
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- '2.*'
|
- '[0-9]+.[0-9]+.[0-9]+*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release-snap:
|
release-snap:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
Loading…
Reference in New Issue
Block a user