Skip to content

Commit

Permalink
add workflow_dispatch for manual build possibility
Browse files Browse the repository at this point in the history
  • Loading branch information
frnandu authored Jan 17, 2024
1 parent 6a85e83 commit 7819a48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/multiplatform.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Multiplatform Docker build & push
on:
workflow_dispatch:
push:
release:
types: [published]
Expand Down Expand Up @@ -29,4 +30,4 @@ jobs:
multiPlatform: true
platform: linux/amd64,linux/arm64,linux/386
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7819a48

Please sign in to comment.