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