fix: 修复ntfy编码问题

This commit is contained in:
sansan
2025-10-21 19:19:25 +08:00
parent d989037f61
commit f78c690342
2 changed files with 1 additions and 11 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ jobs:
with:
context: .
file: ./docker/Dockerfile
platforms: linux/amd64,linux/arm64,linux/arm/v7
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}