mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Merge pull request #1885 from SchrodingersGat/docker-publish
Publish on tags also
This commit is contained in:
commit
6d0b01d0fb
1
.github/workflows/docker_publish.yaml
vendored
1
.github/workflows/docker_publish.yaml
vendored
@ -5,6 +5,7 @@ name: Docker Publish
|
|||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
types: [published]
|
types: [published]
|
||||||
|
tags: [1-9]+.[0-9]+.[0-9]+
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish_image:
|
publish_image:
|
||||||
|
Loading…
Reference in New Issue
Block a user