Skip to content

Commit

Permalink
feat: add Dockerfile and image push ci
Browse files Browse the repository at this point in the history
  • Loading branch information
AtticusZeller committed Jan 13, 2024
1 parent 528a197 commit 421572d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
context: ./
file: ./Dockerfile
push: true
tags: atticuszhou/work-space-fastapi-backend:latest
tags: atticuszhou/supafast:latest
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fastapi_supabase_template"
version = "0.1.0"
version = "0.3.0"
description = ""
authors = ["Atticuszz <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 421572d

Please sign in to comment.