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:
@ -54,4 +59,4 @@ jobs:
push: true
platforms: linux/amd64, linux/arm64/v8, linux/arm/v7, linux/arm/v6, linux/386
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}