Skip to content

Commit 421572d

Browse files
committed
feat: add Dockerfile and image push ci
1 parent 528a197 commit 421572d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
context: ./
2525
file: ./Dockerfile
2626
push: true
27-
tags: atticuszhou/work-space-fastapi-backend:latest
27+
tags: atticuszhou/supafast:latest

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fastapi_supabase_template"
3-
version = "0.1.0"
3+
version = "0.3.0"
44
description = ""
55
authors = ["Atticuszz <1831768457@qq.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)