Update docker-multiplatform-tag.yml
This commit is contained in:
parent
7c1f8fa48e
commit
ad5d38259c
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@ name: 'Build Docker On Tag'
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- bigip-server
|
||||||
tags:
|
tags:
|
||||||
- 'v[0-9]+.[0-9]+.[0-9]+'
|
- 'v[0-9]+.[0-9]+.[0-9]+'
|
||||||
workflow_dispatch: # Allows manual triggering from the GitHub UI
|
workflow_dispatch: # Allows manual triggering from the GitHub UI
|
||||||
|
|
Loading…
Reference in a new issue