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 446150f commit 0bb34d4Copy full SHA for 0bb34d4
.github/workflows/deploy_to_ghcr.yml
@@ -49,4 +49,4 @@ jobs:
49
app-name: 'copilot-metrics-viewer'
50
slot-name: 'production'
51
publish-profile: ${{ secrets.AzureAppService_PublishProfile_e94dfd38811a421eafe5ce4eee13b68b }}
52
- images: 'ghcr.io//${{ secrets.AzureAppService_ContainerUsername_6e6399ab4c2848209c95dce8fff002f0 }}/github-copilot-resources/copilot-metrics-viewer:${{ github.sha }}'
+ images: 'ghcr.io/${{ secrets.AzureAppService_ContainerUsername_6e6399ab4c2848209c95dce8fff002f0 }}/github-copilot-resources/copilot-metrics-viewer:${{ github.sha }}'
0 commit comments