Skip to content

Commit 078ebf7

Browse files
committed
Update GH workflow for DockerHub
1 parent b5538e4 commit 078ebf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deployment-dockerhub.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ jobs:
4545
curl https://raw.githubusercontent.com/${{ github.repository }}/main/src/nt-${{ matrix.fncapp-name }}/.dockerignore > .dockerignore
4646
curl https://raw.githubusercontent.com/${{ github.repository }}/main/src/nt-${{ matrix.fncapp-name }}/local.settings.sample.json > local.settings.json
4747
48-
docker build . -t ${{ matrix.fncapp-name }}:latest -t ${{ matrix.fncapp-name }}:${{ env.RELEASE_VERSION }}
49-
docker push -a ${{ matrix.fncapp-name }}
48+
docker build . -t devrelkr/nt-${{ matrix.fncapp-name }}:latest -t devrelkr/nt-${{ matrix.fncapp-name }}:${{ env.RELEASE_VERSION }}
49+
docker push -a devrelkr/nt-${{ matrix.fncapp-name }}

0 commit comments

Comments
 (0)