We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
a deprecated Node.js version
1 parent a3126e7 commit 6350163Copy full SHA for 6350163
.github/workflows/build_nix.yml
@@ -10,7 +10,7 @@ jobs:
10
build:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
14
- uses: cachix/install-nix-action@v20
15
- name: Building package
16
run: nix-build . -A defaultPackage.x86_64-linux
.github/workflows/publish.yml
@@ -18,7 +18,7 @@ jobs:
18
contents: read
19
20
21
22
23
- name: Build image
24
run: docker build . --file Dockerfile --tag $IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}"
0 commit comments