build: fix Docker build context
This commit is contained in:
parent
1867c9f476
commit
0904dc5d43
1 changed files with 1 additions and 0 deletions
1
.github/workflows/docker.yaml
vendored
1
.github/workflows/docker.yaml
vendored
|
@ -64,6 +64,7 @@ jobs:
|
|||
platforms: linux/amd64
|
||||
push: true
|
||||
tags: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian-aarch64
|
||||
context: .
|
||||
|
||||
- name: Cleanup
|
||||
run: rm -rf "${{ github.workspace }}/lib"
|
||||
|
|
Loading…
Reference in a new issue