Change version back to 0.0.10 and remove docker group

This commit is contained in:
Paul Brinkmeier 2025-10-06 09:44:52 +02:00
parent 96dc4c924d
commit 959630f7b6
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ jobs:
- /home/paul/nix-ci/nix-runner-nix:/nix - /home/paul/nix-ci/nix-runner-nix:/nix
- /home/paul/nix-ci/nix-runner-etc-nix:/etc/nix - /home/paul/nix-ci/nix-runner-etc-nix:/etc/nix
- /home/paul/nix-ci/nix-runner-home-node:/home/node - /home/paul/nix-ci/nix-runner-home-node:/home/node
options: --user 1000:1000 --group-add 988 options: --user 1000:1000
steps: steps:
- name: Prep nix env - name: Prep nix env
run: | run: |

View File

@ -16,7 +16,7 @@
vrnp-static = pkgs.buildGoModule { vrnp-static = pkgs.buildGoModule {
pname = "vrnp"; pname = "vrnp";
version = "0.0.10-test"; version = "0.0.10";
vendorHash = null; vendorHash = null;
# For building the package, we use only the files not ignored by Git as inputs. # For building the package, we use only the files not ignored by Git as inputs.