Use runner 0.1.0

This commit is contained in:
James Eversole 2025-01-21 16:49:15 -06:00 committed by James Eversole
parent 08c5b3a74e
commit 74bc9a47fc

View File

@ -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 }}