downgrade docker on server config and change workflow

This commit is contained in:
2025-04-15 15:15:55 +02:00
parent 5db19e9bd4
commit a97f8c71a6
2 changed files with 5 additions and 4 deletions

View File

@ -8,9 +8,9 @@ jobs:
steps:
- name: get repo
uses: actions/checkout@v4.2.2
# - uses: https://github.com/cachix/install-nix-action@v31
# - name: create iso image
# run: make iso
- name: create iso image
uses: https://github.com/cachix/install-nix-action@v31
run: make iso
- name: create release
uses: https://gitea.com/actions/release-action@main