2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 12:05:53 +00:00

Merge pull request #1885 from SchrodingersGat/docker-publish

Publish on tags also
This commit is contained in:
Oliver
2021-07-30 12:33:31 +10:00
committed by GitHub

View File

@ -5,6 +5,7 @@ name: Docker Publish
on:
release:
types: [published]
tags: [1-9]+.[0-9]+.[0-9]+
jobs:
publish_image: