diff --git a/.github/workflows/name: Build and deploy apps to AKS with .yml b/.github/workflows/name: Build and deploy apps to AKS with .yml index 6d209479..b6b47cba 100644 --- a/.github/workflows/name: Build and deploy apps to AKS with .yml +++ b/.github/workflows/name: Build and deploy apps to AKS with .yml @@ -29,11 +29,11 @@ jobs: - name: Build and push frontend image to ACR run: | - az acr build --image ${{ env.AZURE_CONTAINER_REGISTRY }}.azurecr.io/ssweb-frontend:${{ github.sha }} --registry ${{ env.AZURE_CONTAINER_REGISTRY }} -g ${{ env.RESOURCE_GROUP }} ./jabascript + az acr build --image ${{ env.AZURE_CONTAINER_REGISTRY }}.azurecr.io/ssweb-frontend:${{ github.sha }} --registry ${{ env.AZURE_CONTAINER_REGISTRY }} -g ${{ env.RESOURCE_GROUP }} ./jabascript/Dockerfile.Prod - name: Build and push backend image to ACR run: | - az acr build --image ${{ env.AZURE_CONTAINER_REGISTRY }}.azurecr.io/python:3.9.18:${{ github.sha }} --registry ${{ env.AZURE_CONTAINER_REGISTRY }} -g ${{ env.RESOURCE_GROUP }} ./backend-container + az acr build --image ${{ env.AZURE_CONTAINER_REGISTRY }}.azurecr.io/python:3.9.18:${{ github.sha }} --registry ${{ env.AZURE_CONTAINER_REGISTRY }} -g ${{ env.RESOURCE_GROUP }} ./backend-container/Dockerfile.python kubescape: runs-on: ubuntu-latest steps: @@ -99,4 +99,4 @@ jobs: manifests: ${{ steps.bake.outputs.manifestsBundle }} images: | ${{ env.AZURE_CONTAINER_REGISTRY }}.azurecr.io/ssweb-frontend:${{ github.sha }} - ${{ env.AZURE_CONTAINER_REGISTRY }}.azurecr.io/python:3.9.18:${{ github.sha }} \ No newline at end of file + ${{ env.AZURE_CONTAINER_REGISTRY }}.azurecr.io/python:3.9.18:${{ github.sha }}