Skip to content

Commit 2f3a42f

Browse files
authored
Manual trigger for multiarch-build
1 parent e0e1af3 commit 2f3a42f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/multiarch-build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
schedule:
88
# Every month's 2nd on 5:30
99
- cron: '30 7 2 * *'
10+
workflow_dispatch: {} # allow manual trigger
1011

1112
jobs:
1213
multiarch-build:
@@ -37,4 +38,4 @@ jobs:
3738
tags: ${{ steps.build-image.outputs.tags }}
3839
registry: quay.io/wavesoftware
3940
username: ${{ secrets.QUAY_USER }}
40-
password: ${{ secrets.QUAY_PASSWORD }}
41+
password: ${{ secrets.QUAY_PASSWORD }}

0 commit comments

Comments
 (0)