Merge pull request #10 from franknstayn/feat/dev

feat: add workflow_dispatch trigger and update Docker platforms
This commit is contained in:
franknstayn
2025-11-27 01:47:31 +08:00
committed by GitHub

View File

@@ -13,6 +13,7 @@ on:
branches:
- main
- dev
workflow_dispatch:
env:
REGISTRY: ghcr.io
@@ -57,7 +58,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}