mirror of
https://github.com/remsky/Kokoro-FastAPI.git
synced 2025-04-13 09:39:17 +00:00
Update Docker workflows to ignore markdown files and documentation in publish triggers
This commit is contained in:
parent
9a27c745cd
commit
1f354092fe
2 changed files with 3 additions and 2 deletions
3
.github/workflows/docker-publish.yml
vendored
3
.github/workflows/docker-publish.yml
vendored
|
@ -3,6 +3,9 @@ name: Docker Build and Publish
|
|||
on:
|
||||
push:
|
||||
tags: [ 'v*.*.*' ]
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
- 'docs/**'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
@ -26,8 +26,6 @@ target "_common" {
|
|||
DEBIAN_FRONTEND = "noninteractive"
|
||||
DOWNLOAD_MODEL = "${DOWNLOAD_MODEL}"
|
||||
}
|
||||
cache-from = ["type=registry,ref=${REGISTRY}/${OWNER}/${REPO}-cache"]
|
||||
cache-to = ["type=registry,ref=${REGISTRY}/${OWNER}/${REPO}-cache,mode=max"]
|
||||
}
|
||||
|
||||
# Base settings for CPU builds
|
||||
|
|
Loading…
Add table
Reference in a new issue