mirror of https://github.com/usememos/memos.git
chore: update canary image
This commit is contained in:
parent
b0392954f4
commit
ba52a786f9
|
|
@ -1,11 +1,11 @@
|
||||||
name: Build and Push Test Image
|
name: Build and Push Canary Image
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push-test-image:
|
build-and-push-canary-image:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
@ -46,7 +46,7 @@ jobs:
|
||||||
flavor: |
|
flavor: |
|
||||||
latest=false
|
latest=false
|
||||||
tags: |
|
tags: |
|
||||||
type=raw,value=test
|
type=raw,value=canary
|
||||||
|
|
||||||
- name: Build and Push
|
- name: Build and Push
|
||||||
id: docker_build
|
id: docker_build
|
||||||
Loading…
Reference in New Issue