diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 48dcc64b..e6a0d2b2 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -59,3 +59,4 @@ jobs: push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} + build-args: NPM_TOKEN=${{secrets.NPM_TOKEN}}