Skip to content

Commit

Permalink
Add trigger short sha need gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
olaals committed Oct 29, 2024
1 parent f0f1cc1 commit 5c0bda0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_to_development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
build-and-push-components:
name: Build and push containers to acr for Development
needs: trigger-github-deployment
needs: [trigger-github-deployment, get-short-sha]
uses: ./.github/workflows/publish_component.yml
with:
Registry: auroradevacr.azurecr.io
Expand Down

0 comments on commit 5c0bda0

Please sign in to comment.