Skip to content

Commit bf21956

Browse files
committed
[GHA] Build a docker image on request
1 parent d18e273 commit bf21956

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/docker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Build docker image
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches: [main]
67
tags:
@@ -52,3 +53,4 @@ jobs:
5253
platforms: linux/arm64,linux/amd64
5354
tags: ${{ steps.meta.outputs.tags }}
5455
labels: ${{ steps.meta.outputs.labels }}
56+

0 commit comments

Comments
 (0)