mirror of
https://github.com/thelittlerocket/pve.git
synced 2025-01-31 10:09:03 +08:00
Update main.yml
This commit is contained in:
parent
e9d3527eb7
commit
9ac532c7d9
1 changed files with 2 additions and 4 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -27,14 +27,12 @@ jobs:
|
|||
- name: Update qcow2
|
||||
run: |
|
||||
for image in ubuntu20.qcow2 ubuntu22.qcow2; do
|
||||
bash pve/back/rebuild_qcow2.sh $image
|
||||
bash back/rebuild_qcow2.sh $image
|
||||
done
|
||||
|
||||
- name: Move qcow2
|
||||
run: |
|
||||
for image in ubuntu20.qcow2 ubuntu22.qcow2; do
|
||||
mv $image pve/images/
|
||||
done
|
||||
mv *.qcow2 images/
|
||||
|
||||
- name: Configure Git
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue