changed docker-build action

This commit is contained in:
Bryan Gerlach
2025-02-01 14:25:34 -06:00
parent 8b238be275
commit c111efac2c

View File

@@ -8,6 +8,10 @@ on:
tags: tags:
- 'v*.*.*' - 'v*.*.*'
env:
CREATE_IMAGE: "true"
IMAGE_TAG: "dev"
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest