feat: Builds docker image during tests in ci

This commit is contained in:
2025-01-24 20:33:36 -05:00
parent 2e7865a61c
commit 67e689b51e
2 changed files with 5 additions and 8 deletions

View File

@@ -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: