Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wiki-js
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
wiki-js
Commits
83875e5c
Unverified
Commit
83875e5c
authored
Apr 01, 2024
by
NGPixel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: update build workflow
parent
166f519c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
build.yml
.github/workflows/build.yml
+8
-8
No files found.
.github/workflows/build.yml
View file @
83875e5c
...
...
@@ -59,20 +59,20 @@ jobs:
pnpm build
-
name
:
Login to GitHub Container Registry
uses
:
docker/login-action@v
2
uses
:
docker/login-action@v
3
with
:
registry
:
ghcr.io
username
:
${{ github.repository_owner }}
password
:
${{ secrets.GITHUB_TOKEN }}
-
name
:
Set up QEMU
uses
:
docker/setup-qemu-action@v
2
uses
:
docker/setup-qemu-action@v
3
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@v
2
uses
:
docker/setup-buildx-action@v
3
-
name
:
Build and push Docker images
uses
:
docker/build-push-action@v
4
uses
:
docker/build-push-action@v
5
with
:
context
:
.
file
:
dev/build/Dockerfile
...
...
@@ -98,7 +98,7 @@ jobs:
find ./_dist/ -printf "%P\n" | tar -czf wiki-js.tar.gz --no-recursion -C ./_dist/ -T -
-
name
:
Upload Build Artifact
uses
:
actions/upload-artifact@v
3
uses
:
actions/upload-artifact@v
4
with
:
name
:
build
path
:
wiki-js.tar.gz
...
...
@@ -110,7 +110,7 @@ jobs:
steps
:
-
name
:
Setup Node.js environment
uses
:
actions/setup-node@v
3
uses
:
actions/setup-node@v
4
with
:
node-version
:
20.x
...
...
@@ -120,7 +120,7 @@ jobs:
corepack prepare pnpm@latest --activate
-
name
:
Download Build Artifact
uses
:
actions/download-artifact@v
3
uses
:
actions/download-artifact@v
4
with
:
name
:
build
path
:
build
...
...
@@ -139,7 +139,7 @@ jobs:
run
:
Compress-Archive -Path $env:GITHUB_WORKSPACE\win\* -DestinationPath wiki-js-windows.zip
-
name
:
Upload Build Artifact
uses
:
actions/upload-artifact@v
3
uses
:
actions/upload-artifact@v
4
with
:
name
:
build-win
path
:
wiki-js-windows.zip
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment