stop prereleasing container images; fixes #343

This commit is contained in:
Kenneth Bingham 2023-08-09 09:39:20 -04:00
parent 5861a037be
commit ad6bbd7fd6
No known key found for this signature in database
GPG Key ID: 31709281860130B6

View File

@ -9,7 +9,8 @@ on:
required: true
release:
types:
- published
- released # excludes "prereleased" which is included in "published" to
# avoid prematurely releasing semver tagged container images
jobs:
publish-docker-images: