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: on:
workflow_dispatch: workflow_dispatch:
release:
types: [published]
push: push:
tags: pull_request:
- "v*.*.*" types: [opened, synchronize, reopened]
jobs: jobs:
build: build:
permissions:
contents: write
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
@ -54,4 +59,4 @@ jobs:
push: true push: true
platforms: linux/amd64, linux/arm64/v8, linux/arm/v7, linux/arm/v6, linux/386 platforms: linux/amd64, linux/arm64/v8, linux/arm/v7, linux/arm/v6, linux/386
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}