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