only build container when version is semver

This commit is contained in:
psychedelicious
2023-12-23 23:52:34 +11:00
parent 800ea20501
commit 1588bead00

View File

@@ -11,7 +11,7 @@ on:
- 'docker/docker-entrypoint.sh'
- 'workflows/build-container.yml'
tags:
- 'v*'
- 'v*.*.*'
workflow_dispatch:
permissions: