feat: Builds docker image during tests in ci
This commit is contained in:
@@ -3,7 +3,7 @@ name: Create and publish a Docker image
|
||||
# Configures this workflow to run every time a change is pushed to the branch called `release`.
|
||||
on:
|
||||
push:
|
||||
branches: ['main']
|
||||
# branches: ['main']
|
||||
tags:
|
||||
- '*.*.*'
|
||||
workflow_dispatch:
|
||||
|
||||
Reference in New Issue
Block a user