File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -25,17 +25,16 @@ jobs:
2525 uses : docker/login-action@v2
2626 with :
2727 registry : index.docker.io
28- username : ${{ secrets.AZUREAPPSERVICE_CONTAINERUSERNAME_752189E51E5B4EE797824E0BDFB8CD74 }}
29- password : ${{ secrets.AZUREAPPSERVICE_CONTAINERPASSWORD_718D79856B7846EE8C32B4915B556204 }}
30-
28+ username : ${{ secrets.DOCKER_USERNAME }}
29+ password : ${{ secrets.DOCKER_TOKEN }}
30+
3131 - name : Build and push container image to registry
3232 uses : docker/build-push-action@v3
3333 with :
3434 context : .
3535 push : true
36- tags : index.docker.io/${{ secrets.AZUREAPPSERVICE_CONTAINERUSERNAME_752189E51E5B4EE797824E0BDFB8CD74 }}/emotion-app:${{ github.sha }}
36+ tags : index.docker.io/${{ secrets.DOCKER_USERNAME }}/emotion-app:${{ github.sha }}
3737 file : ./Dockerfile
38-
3938 deploy :
4039 runs-on : ubuntu-latest
4140 permissions :
5958 with :
6059 app-name : ' andre-emotion-app'
6160 slot-name : ' Production'
62- images : ' index.docker.io/${{ secrets.AZUREAPPSERVICE_CONTAINERUSERNAME_752189E51E5B4EE797824E0BDFB8CD74 }}/emotion-app:${{ github.sha }}'
61+ images : ' index.docker.io/${{ secrets.DOCKER_USERNAME }}/emotion-app:${{ github.sha }}'
6362
6463
6564
6665
66+
You can’t perform that action at this time.
0 commit comments