Skip to content

Commit 207de9b

Browse files
committed
updating pipeline template
1 parent c91c9f6 commit 207de9b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.azdo-pipelines/pipeline_templates/build-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414

1515
- script: |
1616
echo "Building Docker image..."
17-
docker build -t awesome-fastapi:$(Build.SourceVersion).
17+
docker build -t awesome-fastapi:$(Build.SourceVersion) .
1818
displayName: 'Build Docker Image'
1919

terraform/outputs.tf

Whitespace-only changes.

0 commit comments

Comments
 (0)