We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5538e4 commit 078ebf7Copy full SHA for 078ebf7
.github/workflows/deployment-dockerhub.yaml
@@ -45,5 +45,5 @@ jobs:
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
47
48
- docker build . -t ${{ matrix.fncapp-name }}:latest -t ${{ matrix.fncapp-name }}:${{ env.RELEASE_VERSION }}
49
- docker push -a ${{ matrix.fncapp-name }}
+ docker build . -t devrelkr/nt-${{ matrix.fncapp-name }}:latest -t devrelkr/nt-${{ matrix.fncapp-name }}:${{ env.RELEASE_VERSION }}
+ docker push -a devrelkr/nt-${{ matrix.fncapp-name }}
0 commit comments