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