Feat: add release image workflows

Fix:
- transaction didn't do shit because of my shit code
This commit is contained in:
2025-12-09 01:28:59 +08:00
parent 2208307c48
commit a2b00e6976
3 changed files with 41 additions and 10 deletions

View File

@@ -16,7 +16,7 @@ swagger:
$(SWAG) init -o docs -g cmds/serve.go -pdl 1
docker: $(TARGET)
$(COMPOSE) up -d --force-recreate --build backend
$(DOCKER) compose up -d --force-recreate --build backend
$(TARGET): $(SOURCE)
$(GO_ENV) go build -o $@