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
You need to sign in or sign up before continuing.
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
Hide 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:
...
@@ -59,20 +59,20 @@ jobs:
pnpm build
pnpm build
-
name
:
Login to GitHub Container Registry
-
name
:
Login to GitHub Container Registry
uses
:
docker/login-action@v
2
uses
:
docker/login-action@v
3
with
:
with
:
registry
:
ghcr.io
registry
:
ghcr.io
username
:
${{ github.repository_owner }}
username
:
${{ github.repository_owner }}
password
:
${{ secrets.GITHUB_TOKEN }}
password
:
${{ secrets.GITHUB_TOKEN }}
-
name
:
Set up QEMU
-
name
:
Set up QEMU
uses
:
docker/setup-qemu-action@v
2
uses
:
docker/setup-qemu-action@v
3
-
name
:
Set up Docker Buildx
-
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
-
name
:
Build and push Docker images
uses
:
docker/build-push-action@v
4
uses
:
docker/build-push-action@v
5
with
:
with
:
context
:
.
context
:
.
file
:
dev/build/Dockerfile
file
:
dev/build/Dockerfile
...
@@ -98,7 +98,7 @@ jobs:
...
@@ -98,7 +98,7 @@ jobs:
find ./_dist/ -printf "%P\n" | tar -czf wiki-js.tar.gz --no-recursion -C ./_dist/ -T -
find ./_dist/ -printf "%P\n" | tar -czf wiki-js.tar.gz --no-recursion -C ./_dist/ -T -
-
name
:
Upload Build Artifact
-
name
:
Upload Build Artifact
uses
:
actions/upload-artifact@v
3
uses
:
actions/upload-artifact@v
4
with
:
with
:
name
:
build
name
:
build
path
:
wiki-js.tar.gz
path
:
wiki-js.tar.gz
...
@@ -110,7 +110,7 @@ jobs:
...
@@ -110,7 +110,7 @@ jobs:
steps
:
steps
:
-
name
:
Setup Node.js environment
-
name
:
Setup Node.js environment
uses
:
actions/setup-node@v
3
uses
:
actions/setup-node@v
4
with
:
with
:
node-version
:
20.x
node-version
:
20.x
...
@@ -120,7 +120,7 @@ jobs:
...
@@ -120,7 +120,7 @@ jobs:
corepack prepare pnpm@latest --activate
corepack prepare pnpm@latest --activate
-
name
:
Download Build Artifact
-
name
:
Download Build Artifact
uses
:
actions/download-artifact@v
3
uses
:
actions/download-artifact@v
4
with
:
with
:
name
:
build
name
:
build
path
:
build
path
:
build
...
@@ -139,7 +139,7 @@ jobs:
...
@@ -139,7 +139,7 @@ jobs:
run
:
Compress-Archive -Path $env:GITHUB_WORKSPACE\win\* -DestinationPath wiki-js-windows.zip
run
:
Compress-Archive -Path $env:GITHUB_WORKSPACE\win\* -DestinationPath wiki-js-windows.zip
-
name
:
Upload Build Artifact
-
name
:
Upload Build Artifact
uses
:
actions/upload-artifact@v
3
uses
:
actions/upload-artifact@v
4
with
:
with
:
name
:
build-win
name
:
build-win
path
:
wiki-js-windows.zip
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