Files
kata-containers/.github/workflows/hacking.yml
Eric Ernst 46c583f0cd test
Signed-off-by: Eric Ernst <eric.ernst@intel.com>
2019-09-20 14:14:01 -07:00

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"