Update docker-multiplatform-tag.yml

This commit is contained in:
Bill Church 2024-08-22 13:49:22 -04:00 committed by GitHub
parent 7c1f8fa48e
commit ad5d38259c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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