💚 Don't trigger docker deployment on new lib tags
This commit is contained in:
1
.github/workflows/publish_docker_images.yml
vendored
1
.github/workflows/publish_docker_images.yml
vendored
@@ -2,7 +2,6 @@ name: Build Docker images
|
||||
|
||||
on:
|
||||
create:
|
||||
tags: ['v*']
|
||||
tags-ignore: ['js-v*', 'react-v*', 'js-lib-v*']
|
||||
push:
|
||||
branches: [main]
|
||||
|
||||
Reference in New Issue
Block a user