|
|
|
@ -77,6 +77,8 @@ jobs:
|
|
|
|
|
- name: "Generate frontend"
|
|
|
|
|
uses: addnab/docker-run-action@v3
|
|
|
|
|
with:
|
|
|
|
|
env:
|
|
|
|
|
NODE_OPTIONS: '--openssl-legacy-provider'
|
|
|
|
|
image: node:lts
|
|
|
|
|
options: -v ${{ github.workspace }}:/work
|
|
|
|
|
run: |
|
|
|
|
@ -181,4 +183,4 @@ jobs:
|
|
|
|
|
tags: ${{ steps.meta.outputs.tags }}
|
|
|
|
|
labels: ${{ steps.meta.outputs.labels }}
|
|
|
|
|
# cache-from: type=gha
|
|
|
|
|
# cache-to: type=gha,mode=max
|
|
|
|
|
# cache-to: type=gha,mode=max
|
|
|
|
|