File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 52
52
- name : Log in to GitHub container registry
53
53
uses : docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
54
54
with :
55
- registry : ghcr .io
56
- username : ${{ github.actor }}
57
- password : ${{ github.token }}
55
+ registry : trackmate.azurecr .io
56
+ username : ${{ secrets.AZURE_CONTAINER_REGISTRY_USER }}
57
+ password : ${{ secrets.AZURE_CONTAINER_REGISTRY_PASSWORD }}
58
58
59
59
- name : Lowercase the repo name and username
60
60
run : echo "REPO=${GITHUB_REPOSITORY,,}" >>${GITHUB_ENV}
63
63
uses : docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
64
64
with :
65
65
push : true
66
- tags : ghcr .io/${{ env.REPO }}:${{ github.sha }}
66
+ tags : trackmate.azurecr .io/${{ env.REPO }}:${{ github.sha }}
67
67
file : ./Dockerfile
68
68
69
69
deploy :
85
85
with :
86
86
app-name : ${{ env.AZURE_WEBAPP_NAME }}
87
87
publish-profile : ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}
88
- images : ' ghcr .io/${{ env.REPO }}:${{ github.sha }}'
88
+ images : ' trackmate.azurecr .io/${{ env.REPO }}:${{ github.sha }}'
You can’t perform that action at this time.
0 commit comments