mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-19 20:32:35 +02:00
23 lines
418 B
YAML
23 lines
418 B
YAML
name: Docker Image CI (socket-proxy)
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
paths:
|
|
- "socket-proxy/**"
|
|
tags-ignore:
|
|
- '**'
|
|
workflow_dispatch:
|
|
|
|
permissions:
|
|
contents: read
|
|
|
|
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
|