Update docker.yml

This commit is contained in:
quydang 2024-01-20 08:25:37 +07:00 committed by GitHub
parent 9185ec1b80
commit 3c40d753c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
name: Release 3X-UI dockerhub
name: Release 3X-UI for Docker
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/386, linux/arm64/v8, linux/arm/v7, linux/arm/v6, linux/arm/v5
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}