Skip to content

Commit 8cd1c1c

Browse files
build: single platform and workflow dispatch for first release
1 parent 00d9d08 commit 8cd1c1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Publish Docker image
22

33
on:
4+
workflow_dispatch:
45
release:
56
types: [published]
67

@@ -31,7 +32,7 @@ jobs:
3132
uses: docker/build-push-action@v3
3233
with:
3334
context: .
34-
platforms: linux/amd64,linux/arm/v7,linux/arm64
35+
platforms: linux/amd64
3536
file: ./Dockerfile
3637
push: true
3738
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)