mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-11 21:10:30 +01:00
23 lines
479 B
YAML
23 lines
479 B
YAML
name: Docker Image CI (socket-proxy)
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
paths:
|
|
- "socket-proxy/**"
|
|
- "socket-proxy.Dockerfile"
|
|
- ".github/workflows/docker-image-socket-proxy.yml"
|
|
tags-ignore:
|
|
- "**"
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
build:
|
|
uses: ./.github/workflows/docker-image.yml
|
|
with:
|
|
image_name: ${{ github.repository_owner }}/socket-proxy
|
|
tag: latest
|
|
target: socket-proxy
|
|
dockerfile: socket-proxy.Dockerfile
|