We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fd8c78 commit 7a918b2Copy full SHA for 7a918b2
.github/workflows/build-image.yml
@@ -15,4 +15,5 @@ jobs:
15
16
- name: Build Docker Image
17
run: |
18
- docker build -t awesome-fastapi:${{ github.sha }} .
+ docker build -t awesome-fastapi:${{ github.sha }} .
19
+
0 commit comments