Merge pull request #1 from phyzical/feature/get-dockerflow-working

Adding docker images
This commit is contained in:
2026-01-30 11:22:36 -05:00
committed by GitHub

View File

@@ -3,11 +3,11 @@ name: Docker Build & Push
on: on:
workflow_dispatch: workflow_dispatch:
push: push:
tags: ['v*'] tags: ["v*"]
branches: [master, dev] branches: [main, dev]
pull_request: pull_request:
types: [closed] types: [closed]
branches: [master, dev] branches: [main, dev]
env: env:
DOTNET_VERSION: "9.0.x" DOTNET_VERSION: "9.0.x"