(fix): workflow
This commit is contained in:
parent
47df5e0098
commit
e77ae0e1e4
1 changed files with 1 additions and 7 deletions
|
|
@ -22,17 +22,11 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
name: Build & Publish Release
|
||||
runs-on: nixos
|
||||
runs-on: host
|
||||
steps:
|
||||
- name: Install node
|
||||
run: nix profile add nixpkgs#nodejs_24
|
||||
|
||||
- name: Set up repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install docker
|
||||
run: nix profile add nixpkgs#docker
|
||||
|
||||
- name: Login
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue