diff --git a/.github/workflows/server.yml b/.github/workflows/server.yml index 5fcf08b3..6a6bed5d 100644 --- a/.github/workflows/server.yml +++ b/.github/workflows/server.yml @@ -67,7 +67,7 @@ jobs: with: azcliversion: 2.45.0 # somehow 2.46.0 is failing inlineScript: | - cp ${{ github.workspace }}/server/main.bicep ${{ github.workspace }}/drop/main.bicep + cp ${{ github.workspace }}/server/main.bicep ${{ github.workspace }}/drop/main.bicep && \ az bicep build --file server/main.bicep --outfile ${{ github.workspace }}/drop/main.json - name: Pull Docker base image & warm Docker cache