mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: update canary image
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
name: Build and Push Test Image
|
||||
name: Build and Push Canary Image
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
build-and-push-test-image:
|
||||
build-and-push-canary-image:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
@@ -46,7 +46,7 @@ jobs:
|
||||
flavor: |
|
||||
latest=false
|
||||
tags: |
|
||||
type=raw,value=test
|
||||
type=raw,value=canary
|
||||
|
||||
- name: Build and Push
|
||||
id: docker_build
|
Reference in New Issue
Block a user