We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c76fe1 commit af0bc36Copy full SHA for af0bc36
.github/workflows/build-and-push-image.yml
@@ -51,7 +51,7 @@ jobs:
51
deploy-image:
52
name: Deploy '${{ needs.set-env.outputs.branch }}' to ${{ needs.set-env.outputs.environment }}
53
needs: [ set-env ]
54
- uses: DFE-Digital/deploy-azure-container-apps-action/.github/workflows/build-push-deploy.yml@v2.1.0
+ uses: DFE-Digital/deploy-azure-container-apps-action/.github/workflows/build-push-deploy.yml@v2.2.0
55
with:
56
docker-image-name: 'tramsapi-app'
57
docker-build-file-name: './Dockerfile'
0 commit comments