File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4141 run : |
4242 cd ${{ matrix.fncapp-name }}
4343
44- curl https://raw.githubusercontent.com/${{ github.repository }}/main/src/${{ matrix.fncapp-name }}/Dockerfile > Dockerfile
45- curl https://raw.githubusercontent.com/${{ github.repository }}/main/src/${{ matrix.fncapp-name }}/.dockerignore > .dockerignore
46- curl https://raw.githubusercontent.com/${{ github.repository }}/main/src/${{ matrix.fncapp-name }}/local.settings.sample.json > local.settings.json
44+ curl https://raw.githubusercontent.com/${{ github.repository }}/main/src/nt- ${{ matrix.fncapp-name }}/Dockerfile > Dockerfile
45+ curl https://raw.githubusercontent.com/${{ github.repository }}/main/src/nt- ${{ matrix.fncapp-name }}/.dockerignore > .dockerignore
46+ curl https://raw.githubusercontent.com/${{ github.repository }}/main/src/nt- ${{ matrix.fncapp-name }}/local.settings.sample.json > local.settings.json
4747
4848 docker build . -t ${{ matrix.fncapp-name }}:latest -t ${{ matrix.fncapp-name }}:${{ env.RELEASE_VERSION }}
4949 docker push -a ${{ matrix.fncapp-name }}
You can’t perform that action at this time.
0 commit comments