Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Nocobase
Commits
39eb3c90
Commit
39eb3c90
authored
2 years ago
by
chenos
Browse files
Options
Download
Email Patches
Plain Diff
fix: lerna ERR! EUNCOMMIT M yarn.lock
parent
a7a807c4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/main-docker.yml
+49
-0
.github/workflows/main-docker.yml
.github/workflows/release-ci.yml
+4
-0
.github/workflows/release-ci.yml
with
53 additions
and
0 deletions
+53
-0
.github/workflows/main-docker.yml
0 → 100644
+
49
-
0
View file @
39eb3c90
name
:
main-docker
on
:
push
:
branches
:
-
'
main'
jobs
:
push-docker
:
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout
uses
:
actions/checkout@v3
-
name
:
Set up QEMU
uses
:
docker/setup-qemu-action@v2
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@v2
-
name
:
Docker meta
id
:
meta
uses
:
docker/metadata-action@v4
with
:
images
:
|
nocobase/nocobase
tags
:
|
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
-
name
:
Login to Docker Hub
uses
:
docker/login-action@v2
with
:
username
:
${{ secrets.DOCKERHUB_USERNAME }}
password
:
${{ secrets.DOCKERHUB_TOKEN }}
-
name
:
Build and push
uses
:
docker/build-push-action@v3
with
:
context
:
.
file
:
Dockerfile
build-args
:
|
VERDACCIO_URL=http://localhost:4873/
platforms
:
linux/amd64,linux/arm64
push
:
true
tags
:
${{ steps.meta.outputs.tags }}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
.github/workflows/release-ci.yml
+
4
-
0
View file @
39eb3c90
...
...
@@ -23,6 +23,10 @@ jobs:
name
:
publish npmjs.org
run
:
|
npm config set //registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}
git checkout -b release
git config user.email "test@mail.com"
git config user.name "test" && git add .
git commit -m "chore(versions): test publish packages xxx"
yarn release:force --registry https://registry.npmjs.org/
push-docker
:
runs-on
:
ubuntu-latest
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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