(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:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build & Publish Release
|
name: Build & Publish Release
|
||||||
runs-on: nixos
|
runs-on: host
|
||||||
steps:
|
steps:
|
||||||
- name: Install node
|
|
||||||
run: nix profile add nixpkgs#nodejs_24
|
|
||||||
|
|
||||||
- name: Set up repository
|
- name: Set up repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install docker
|
|
||||||
run: nix profile add nixpkgs#docker
|
|
||||||
|
|
||||||
- name: Login
|
- name: Login
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue