diff --git a/.github/workflows/deploy_to_ghcr.yml b/.github/workflows/deploy_to_ghcr.yml index 56fa0a8..2d2609e 100644 --- a/.github/workflows/deploy_to_ghcr.yml +++ b/.github/workflows/deploy_to_ghcr.yml @@ -27,5 +27,5 @@ jobs: - name: Build and Push Docker Image run: | - docker build. --tag ghcr.io/${{ github.repository }}/copilot-metrics-viewer:latest - docker push ghcr.io/${{ github.repository }}/copilot-metrics-viewer:latest \ No newline at end of file + docker build -t ghcr.io/${{ github.repository }}/copilot-metrics-viewer:latest . + docker push ghcr.io/${{ github.repository }}/copilot-metrics-viewer:latest