👷 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
|
||||
|
||||
on:
|
||||
create:
|
||||
tags:
|
||||
- 'v*'
|
||||
- '!js-v*'
|
||||
- '!react-v*'
|
||||
push:
|
||||
branches: [main]
|
||||
pull_request:
|
||||
|
Reference in New Issue
Block a user