👷 Trigger docker deployment on new main tag
This commit is contained in:
5
.github/workflows/publish_docker_images.yml
vendored
5
.github/workflows/publish_docker_images.yml
vendored
@@ -1,6 +1,11 @@
|
|||||||
name: Build Docker images
|
name: Build Docker images
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
create:
|
||||||
|
tags:
|
||||||
|
- 'v*'
|
||||||
|
- '!js-v*'
|
||||||
|
- '!react-v*'
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|||||||
Reference in New Issue
Block a user