mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-22 23:14:21 +01:00
13 lines
347 B
YAML
13 lines
347 B
YAML
# When a release page is published, start the release artifact process
|
|
on: release
|
|
name: Build, Test, and Publish kata-deploy
|
|
|
|
jobs:
|
|
# create image and upload to release page (can we get branch information from release tag?
|
|
publish-artifacts:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name : the fuck
|
|
run:
|
|
echo "hello worold"
|