Skip to content

Commit c33e5de

Browse files
Merge pull request #692 from microsoft/pls-deploymentPipelineImageTag
fix: fixed Image Tag
2 parents caac92a + fca202b commit c33e5de

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.github/workflows/deploy-orchestrator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deployment orchestrator v2
1+
name: Deployment orchestrator
22

33
on:
44
workflow_call:

.github/workflows/job-cleanup-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Cleanup Deployment Job v2
1+
name: Cleanup Deployment Job
22

33
on:
44
workflow_call:

.github/workflows/job-deploy-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy Steps - Linux v2
1+
name: Deploy Steps - Linux
22

33
on:
44
workflow_call:

.github/workflows/job-deploy-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy Steps - Windows v2
1+
name: Deploy Steps - Windows
22

33
on:
44
workflow_call:

.github/workflows/job-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy Job v2
1+
name: Deploy Job
22

33
on:
44
workflow_call:
@@ -268,7 +268,7 @@ jobs:
268268
if [[ "$BRANCH_NAME" == "main" ]]; then
269269
IMAGE_TAG="latest_v3"
270270
elif [[ "$BRANCH_NAME" == "dev-v3" ]]; then
271-
IMAGE_TAG="dev-v3"
271+
IMAGE_TAG="dev_v3"
272272
elif [[ "$BRANCH_NAME" == "hotfix" ]]; then
273273
IMAGE_TAG="hotfix"
274274
else

.github/workflows/job-docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Docker Build Job v2
1+
name: Docker Build Job
22

33
on:
44
workflow_call:

.github/workflows/job-send-notification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Send Notification Job v2
1+
name: Send Notification Job
22

33
on:
44
workflow_call:

0 commit comments

Comments
 (0)