mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-03-06 04:42:04 +00:00
Compare commits
3 Commits
1.9.0-alph
...
1.9.0-alph
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2e56dbf7f9 | ||
|
|
3a752dbf9b | ||
|
|
d9892c04e2 |
2
.github/workflows/hacking.yml
vendored
2
.github/workflows/hacking.yml
vendored
@@ -24,6 +24,6 @@ jobs:
|
||||
echo `pwd`
|
||||
echo `ls`
|
||||
|
||||
./build-artifacts.sh $GITHUB_REF
|
||||
bash -x ./build-artifacts.sh $tag
|
||||
|
||||
echo "done...."
|
||||
|
||||
6
trigger-tags.sh
Normal file
6
trigger-tags.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
tag=1.9.0-alpha2
|
||||
git tag -d "${tag}"
|
||||
git push egernst HEAD :"${tag}"
|
||||
|
||||
git tag -a "${tag}" -m "test push"
|
||||
git push egernst HEAD "${tag}"
|
||||
Reference in New Issue
Block a user