Skip to content

Commit 552222a

Browse files
committed
updating pipeline template
1 parent c91c9f6 commit 552222a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
workflow_dispatch:
66

77
jobs:
8-
terraform-apply-pipelines:
9-
uses: ./.github/workflows/terraform-apply-pipelines.yml
8+
terraform-apply:
9+
uses: ./.github/workflows/terraform-apply.yml
1010
permissions:
1111
contents: read
1212
secrets: inherit

terraform/outputs.tf

Whitespace-only changes.

0 commit comments

Comments
 (0)