mirror of https://github.com/usememos/memos.git
chore: update canary build action
This commit is contained in:
parent
ca79990679
commit
21935abe3f
|
|
@ -7,9 +7,12 @@ on:
|
|||
env:
|
||||
DOCKER_PLATFORMS: |
|
||||
linux/amd64
|
||||
linux/arm/v7
|
||||
linux/arm64
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.repository }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
build-and-push-canary-image:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Reference in New Issue