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
56d7f4b9
Unverified
Commit
56d7f4b9
authored
May 28, 2023
by
NGPixel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: build docker image without gha cache + no platforms
parent
123b0e15
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
build.yml
.github/workflows/build.yml
+7
-7
No files found.
.github/workflows/build.yml
View file @
56d7f4b9
...
...
@@ -27,7 +27,7 @@ jobs:
jq --arg vs "$REL_VERSION_STRICT" -r '. + {dev:false, version:$vs}' pkg-temp.json > package.json
rm pkg-temp.json
cat package.json
-
name
:
Fetch Latest Locales
uses
:
localazy/download@v1
with
:
...
...
@@ -39,10 +39,10 @@ jobs:
registry
:
ghcr.io
username
:
${{ github.repository_owner }}
password
:
${{ secrets.GITHUB_TOKEN }}
-
name
:
Set up QEMU
uses
:
docker/setup-qemu-action@v2
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@v2
...
...
@@ -54,9 +54,9 @@ jobs:
provenance
:
true
sbom
:
true
push
:
true
cache-from
:
type=gha
cache-to
:
type=gha,mode=max
platforms
:
linux/amd64,linux/arm64
#
cache-from: type=gha
#
cache-to: type=gha,mode=max
#
platforms: linux/amd64,linux/arm64
tags
:
|
ghcr.io/requarks/wiki:${{ env.REL_VERSION }}
...
...
@@ -110,4 +110,4 @@ jobs:
with
:
name
:
drop-win
path
:
wiki-js-windows.tar.gz
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