Update docker.yml

This commit is contained in:
Pk-web6936 2025-04-19 17:54:58 +03:30 committed by GitHub
parent cf02f02210
commit 2453012470
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,12 +1,17 @@
name: Release 3X-UI for Docker
name: Build and Release 3X-UI for Docker
on:
workflow_dispatch:
release:
types: [published]
push:
tags:
- "v*.*.*"
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
permissions:
contents: write
runs-on: ubuntu-22.04
steps: