mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-22 17:19:06 +01:00
ci: update Docker CI workflows to exclude tags for socket-proxy and improve caching
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user