Skip to content

Commit

Permalink
Revert "trying to fix build"
Browse files Browse the repository at this point in the history
This reverts commit 0a6ade4.
  • Loading branch information
AnalogJ committed Nov 28, 2022
1 parent 0a6ade4 commit dd03a8c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ 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: |
Expand Down Expand Up @@ -183,4 +181,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

0 comments on commit dd03a8c

Please sign in to comment.