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 214846b commit dbbf4deCopy full SHA for dbbf4de
.github/workflows/main_andre-emotion-app.yml
@@ -33,7 +33,7 @@ jobs:
33
with:
34
context: .
35
push: true
36
- tags: index.docker.io/${{ secrets.AZUREAPPSERVICE_CONTAINERUSERNAME_752189E51E5B4EE797824E0BDFB8CD74 }}/andrepaez23/emotion-app:${{ github.sha }}
+ tags: index.docker.io/${{ secrets.AZUREAPPSERVICE_CONTAINERUSERNAME_752189E51E5B4EE797824E0BDFB8CD74 }}/emotion-app:${{ github.sha }}
37
file: ./Dockerfile
38
39
deploy:
@@ -62,3 +62,4 @@ jobs:
62
images: 'index.docker.io/${{ secrets.AZUREAPPSERVICE_CONTAINERUSERNAME_752189E51E5B4EE797824E0BDFB8CD74 }}/andrepaez23/emotion-app:${{ github.sha }}'
63
64
65
+
0 commit comments