Merge branch 'main' into next

This commit is contained in:
GitHub Actions Bot 2024-09-09 06:19:10 +00:00
commit 5a7991fdd8

View File

@ -57,6 +57,17 @@ jobs:
uses: docker/setup-buildx-action@v2
with:
driver-opts: network=host
- 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 Aliyun Container Registry
uses: docker/login-action@v2
with: