Skip to content

Commit 58fdba6

Browse files
committed
github/workflows: Build Docker images on release creation
It is observed that there are no images on Docker hub for Labgrid release tags, despite listening to tag events. This may be because this event is not triggered for tags created via the Github release UI, so add this event too. Additionally allow the workflow to be triggered manually for testing purposes. Signed-off-by: Peter Hoyes <[email protected]>
1 parent cfe650a commit 58fdba6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docker.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
branches: [ master ]
66
tags:
77
- '*'
8+
release:
9+
types: [ released ]
10+
workflow_dispatch:
811

912
env:
1013
QEMU_PLATFORMS: arm64

0 commit comments

Comments
 (0)