tricu

An interpreted language for exploring Tree Calculus
Log | Files | Refs | README | LICENSE

commit 74bc9a47fc86b4312247c2bc62b68ee84f55be5b
parent 08c5b3a74e894a64c8d50460b4194177921e2f95
Author: James Eversole <james@eversole.co>
Date:   Tue, 21 Jan 2025 16:49:15 -0600

Use runner 0.1.0

Diffstat:
M.gitea/workflows/test-and-build.yml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitea/workflows/test-and-build.yml b/.gitea/workflows/test-and-build.yml @@ -12,7 +12,7 @@ on: jobs: test: container: - image: docker.matri.cx/nix-runner:latest + image: docker.matri.cx/nix-runner:v0.1.0 credentials: username: ${{ secrets.REGISTRY_USERNAME }} password: ${{ secrets.REGISTRY_PASSWORD }} @@ -51,7 +51,7 @@ jobs: build: needs: test container: - image: docker.matri.cx/nix-runner:latest + image: docker.matri.cx/nix-runner:v0.1.0 credentials: username: ${{ secrets.REGISTRY_USERNAME }} password: ${{ secrets.REGISTRY_PASSWORD }}