Doc. Specifying the tag for the docker nix action

Signed-off-by: Eoghan Conlon <eoghanconlon73@skynet.ie>
This commit is contained in:
eoghanconlon73 2024-10-01 09:55:05 +01:00
parent 340c263734
commit cd0882455f

View file

@ -107,11 +107,11 @@ jobs:
## Docker Nix ## Docker Nix
This action is used to get nix into the docker user deploy system. This action is used to get nix into the docker user deploy system.
### vx ### v7
```yaml ```yaml
jobs: jobs:
build: build:
runs-on: docker runs-on: docker
steps: steps:
uses: https://forgejo.skynet.ie/Skynet/actions/docker_nix@vx uses: https://forgejo.skynet.ie/Skynet/actions/docker_nix@v7
``` ```