Skip to content

Commit 888a0df

Browse files
committed
add readme
1 parent 05592a4 commit 888a0df

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Continuous Integration and Delivery
33
on: [push]
44

55
env:
6-
IMAGE: docker.pkg.github.com/$GITHUB_REPOSITORY/web
6+
IMAGE: docker.pkg.github.com/$GITHUB_REPOSITORY/foo
77

88
jobs:
99

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Test-Driven Development with FastAPI and Docker
2+
3+
![Continuous Integration and Delivery](https://github.com/testdrivenio/fastapi-tdd-docker/workflows/Continuous%20Integration%20and%20Delivery/badge.svg?branch=master)

0 commit comments

Comments
 (0)