feat: add workflow_dispatch trigger and update Docker platforms

This commit is contained in:
Frank John Begornia
2025-11-27 01:45:10 +08:00
parent b3f0d50f01
commit 7ccdd54cd2

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 }}