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