Skip to content

Commit 813365f

Browse files
committed
Use new workflow
So variables are sent to docker file
1 parent e97694a commit 813365f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
build-and-deploy:
3434
name: Build and Deploy
3535
needs: [upload-package-lock-json, make-react-secret-available]
36-
uses: clearlydefined/operations/.github/workflows/app-build-and-deploy.yml@v2.0.0
36+
uses: clearlydefined/operations/.github/workflows/app-build-and-deploy.yml@v3.1.2
3737
secrets:
3838
AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS }}
3939
AZURE_WEBAPP_PUBLISH_PROFILE: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE_DEV }}

0 commit comments

Comments
 (0)