Update .gitea/workflows/export.yaml
Generate gitea / build (push) Successful in 2m58s

This commit is contained in:
2025-12-10 10:30:30 +00:00
parent 94aa994fa5
commit 7417906c3d
+2 -2
View File
@@ -11,8 +11,8 @@ jobs:
run: |
mkdir docker-img
cd docker-img
docker pull catthehacker/ubuntu:full-latest
docker save catthehacker/ubuntu:full-latest -o ubuntu.tar
docker pull catthehacker/ubuntu:act-latest
docker save catthehacker/ubuntu:act-latest -o ubuntu.tar
cd ..
- name: Upload rest api artifact
uses: christopherhx/gitea-upload-artifact@v4