Adding action to add nix capabilities to docker runner #2

Open
eoghanconlon73 wants to merge 20 commits from eoghanconlon73/actions:main into main
Showing only changes of commit cd0882455f - Show all commits

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

Id say just set it to be v7, since that is what I will be tagging it with

Id say just set it to be ``v7``, since that is what I will be tagging it with

Perfect, was more leaving it as generic as I wanted to have one change at the end for the version

Perfect, was more leaving it as generic as I wanted to have one change at the end for the version
``` ```