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 d9682eb commit cc4a7c9Copy full SHA for cc4a7c9
.github/workflows/deploy_to_ghcr.yml
@@ -27,5 +27,5 @@ jobs:
27
28
- name: Build and Push Docker Image
29
run: |
30
- docker build -t ghcr.io/${{ github.repository }}/copilot-metrics-viewer:latest .
31
- docker push ghcr.io/${{ github.repository }}/copilot-metrics-viewer:latest
+ docker build -t ghcr.io/${{ github.repository }}:latest .
+ docker push ghcr.io/${{ github.repository }}:latest
0 commit comments