File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3232
3333jobs :
3434 deployment :
35- name : Function App Deploy
35+ name : Container Build & Push
3636 runs-on : ubuntu-latest
3737 continue-on-error : false
3838 environment : ${{ inputs.environment }}
@@ -50,12 +50,12 @@ jobs:
5050 if : github.event_name != 'pull_request'
5151 with :
5252 cosign-release : ' v2.2.0'
53-
53+
5454 # Install QEMU
5555 - name : Set up QEMU
5656 id : install_qemu
5757 uses : docker/setup-qemu-action@v3
58-
58+
5959 # Install BuildKit
6060 - name : Install Buildx
6161 id : install_buildx
9191 uses : docker/build-push-action@v5.0.0
9292 with :
9393 context : ${{ inputs.working_directory }}
94- file : . /Dockerfile
94+ file : ${{ inputs.working_directory }} /Dockerfile
9595 push : ${{ github.event_name != 'pull_request' }}
9696 tags : ${{ steps.metadata.outputs.tags }}
9797 labels : ${{ steps.metadata.outputs.labels }}
Original file line number Diff line number Diff line change 2121 with :
2222 python_version : " 3.10"
2323 function_directory : " ./code/function"
24-
24+
2525 function_container :
2626 uses : ./.github/workflows/_containerTemplate.yml
2727 name : " Function App Container"
Original file line number Diff line number Diff line change 1- local.settings.json
1+ local.settings.json
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ ENV AzureWebJobsScriptRoot=/home/site/wwwroot \
88COPY requirements.txt /
99RUN pip install -r /requirements.txt
1010
11- COPY . /home/site/wwwroot
11+ COPY . /home/site/wwwroot
You can’t perform that action at this time.
0 commit comments