Go back to basic next copy

This commit is contained in:
shamoon
2025-03-28 17:41:31 -07:00
parent 0fc69ef469
commit 5627c4a2b7
2 changed files with 22 additions and 19 deletions

View File

@@ -40,7 +40,7 @@ jobs:
with:
version: 10
run_install: false
- name: Install Node.js
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
@@ -88,7 +88,7 @@ jobs:
version: 10
run_install: false
- name: Install Node.js
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
@@ -97,7 +97,7 @@ jobs:
- name: Install dependencies
run: pnpm install
- name: Build Next.js app
- name: Build app
run: |
NEXT_PUBLIC_BUILDTIME="${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.created'] }}" \
NEXT_PUBLIC_VERSION="${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}" \