From 90bd830c120272231efd62a60464bb86fcd59583 Mon Sep 17 00:00:00 2001 From: Lewis Jones Date: Tue, 1 Oct 2024 11:10:11 +0100 Subject: [PATCH] Point at new branch to test --- .github/workflows/app-build-and-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/app-build-and-deploy.yml b/.github/workflows/app-build-and-deploy.yml index 345c680..ab388e4 100644 --- a/.github/workflows/app-build-and-deploy.yml +++ b/.github/workflows/app-build-and-deploy.yml @@ -97,7 +97,7 @@ jobs: build-and-publish-image: name: Build and publish Docker image needs: get-version - uses: clearlydefined/operations/.github/workflows/app-build-docker-image.yml@v2.0.0 + uses: clearlydefined/operations/.github/workflows/app-build-docker-image.yml@53af332301d9a2f47cc62769c9b86f3460b79270 secrets: DEPLOY_TOKEN: ${{ secrets.DEPLOY_TOKEN }} PRODUCTION_DEPLOYERS: ${{ secrets.PRODUCTION_DEPLOYERS }} @@ -110,7 +110,7 @@ jobs: deploy-primary-app-to-azure: name: Deploy to primary Azure app needs: [get-version, build-and-publish-image] - uses: clearlydefined/operations/.github/workflows/app-deploy-to-azure.yml@v2.0.0 + uses: clearlydefined/operations/.github/workflows/app-deploy-to-azure.yml@53af332301d9a2f47cc62769c9b86f3460b79270 secrets: AZURE_WEBAPP_PUBLISH_PROFILE: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }} AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS }}