ci: update Docker CI workflows to exclude tags for socket-proxy and improve caching

This commit is contained in:
yusing
2025-05-14 13:50:12 +08:00
parent b490e8c475
commit 023cbc81bc
2 changed files with 10 additions and 2 deletions

View File

@@ -2,8 +2,16 @@ name: Docker Image CI (socket-proxy)
on:
push:
branches:
- main
paths:
- "socket-proxy/**"
tags-ignore:
- '**'
workflow_dispatch:
permissions:
contents: read
jobs:
build: