diff --git a/.github/workflows/test_ccom-test.yml b/.github/workflows/test_ccom-test.yml index edf3ec653..b730fcb51 100644 --- a/.github/workflows/test_ccom-test.yml +++ b/.github/workflows/test_ccom-test.yml @@ -6,7 +6,7 @@ name: Build and deploy container app to Azure Web App - ccom-test on: push: branches: - - test + - feat/635/refactor-repo-structure workflow_dispatch: jobs: @@ -31,7 +31,7 @@ jobs: with: push: true tags: ccomregtest.azurecr.io/${{ secrets.REGISTRY_USERNAME_TEST }}/test:${{ github.sha }} - file: ./Dockerfile.deploy + file: ./app/Dockerfile.deploy deploy: runs-on: ubuntu-latest @@ -47,4 +47,4 @@ jobs: with: app-name: 'ccom-test' publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE_TEST }} - images: 'ccomregtest.azurecr.io/${{ secrets.REGISTRY_USERNAME_TEST }}/test:${{ github.sha }}' \ No newline at end of file + images: 'ccomregtest.azurecr.io/${{ secrets.REGISTRY_USERNAME_TEST }}/test:${{ github.sha }}'