build: fix Docker build context

This commit is contained in:
LongYinan 2023-03-12 17:50:38 +08:00 committed by GitHub
parent 1867c9f476
commit 0904dc5d43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"