From cd0882455fc33062429ebe86e14fbcc4f35e0788 Mon Sep 17 00:00:00 2001 From: Eoghan Conlon Date: Tue, 1 Oct 2024 09:55:05 +0100 Subject: [PATCH] Doc. Specifying the tag for the docker nix action Signed-off-by: Eoghan Conlon --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9fc75bc..aa77807 100644 --- a/README.md +++ b/README.md @@ -107,11 +107,11 @@ jobs: ## Docker Nix This action is used to get nix into the docker user deploy system. -### vx +### v7 ```yaml jobs: build: runs-on: docker steps: - uses: https://forgejo.skynet.ie/Skynet/actions/docker_nix@vx + uses: https://forgejo.skynet.ie/Skynet/actions/docker_nix@v7 ```