Skip to content

Commit b5538e4

Browse files
committed
Fix typo on GH workflow
1 parent ecc3367 commit b5538e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deployment-dockerhub.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
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 }}

0 commit comments

Comments
 (0)