Update docker.yml

This commit is contained in:
quydang 2024-01-20 08:35:03 +07:00 committed by GitHub
parent ed96226af8
commit 12b362c16c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
name: Release 3X-UI for Docker
name: Release 3X-UI dockerhub
on:
push:
tags:
@ -36,6 +36,6 @@ jobs:
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
platforms: linux/amd64, linux/arm64/v8, linux/arm/v7, linux/arm/v6
platforms: linux/amd64, linux/arm64/v8, linux/arm/v7, linux/arm/v6, linux/arm/v5, linux/386
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}