mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-15 13:58:55 +00:00
19
.github/workflows/hacking.yml
vendored
Normal file
19
.github/workflows/hacking.yml
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
# 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: install-dependencies
|
||||
- run: |
|
||||
apt-get upate
|
||||
apt-get install -y docker-ce git
|
||||
git clone https://github.com/kata-containers/packaging
|
||||
cd packaging/obs-packages
|
||||
./gen_versions_file.txt
|
||||
cd ../release
|
||||
echo "maybe it worked"
|
||||
tree
|
@@ -7,8 +7,20 @@ jobs:
|
||||
publish-artifacts:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: install-dependencies
|
||||
- run: |
|
||||
apt-get upate
|
||||
apt-get install -y docker-ce git
|
||||
git clone https://github.com/kata-containers/packaging
|
||||
cd packaging/obs-packages
|
||||
./gen_versions_file.txt
|
||||
cd ../release
|
||||
echo "maybe it worked"
|
||||
tree
|
||||
- name: publish-images
|
||||
- run : wget all the things
|
||||
- name: publish-images
|
||||
- uses: TBD
|
||||
- run : ./publish-images.sh
|
||||
with:
|
||||
args: tag? sha?
|
||||
- name: create-static-binaries
|
Reference in New Issue
Block a user