Skip to content

Commit

Permalink
Build and push docker image to containers registry
Browse files Browse the repository at this point in the history
  • Loading branch information
dphulkar-msft committed Oct 3, 2024
1 parent 35b6798 commit 0c3b747
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1794,8 +1794,8 @@ stages:
- ${{ if eq(parameters.publish_docker_image, true) }}:
- stage: BuildAndPublishDockerImage
dependsOn: TestArtifacts
condition: succeeded('TestArtifacts')
# dependsOn: TestArtifacts
# condition: succeeded('TestArtifacts')
jobs:
- job: Set_1_Ubuntu_Mariner_AMD64
strategy:
Expand Down

0 comments on commit 0c3b747

Please sign in to comment.