We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd1c5b0 commit fb76564Copy full SHA for fb76564
.github/workflows/deploy-container-to-azure-web-app.yml
@@ -112,4 +112,4 @@ jobs:
112
app-name: ${{ env.AZURE_APPSERVICE_APP_NAME }}
113
slot-name: ${{ env.AZURE_APPSERVICE_SLOT_NAME }}
114
publish-profile: ${{ env.AZURE_APPSERVICE_PUBLISHPROFILE }}
115
- images: 'index.docker.io/${{ env.DOCKER_IMAGE_NAME }}:${{ github.sha }}'
+ images: index.docker.io/${{ env.DOCKERHUB_USERNAME }}/${{ env.DOCKERHUB_REPO}}:${{ github.sha }}
0 commit comments