From 18a0c4251d40bd65bcc306c5901670ccbd355a1f Mon Sep 17 00:00:00 2001 From: Marcio Tedesco Date: Fri, 31 May 2024 18:54:40 +0200 Subject: [PATCH] Update deploy_to_ghcr.yml Update docker build --- .github/workflows/deploy_to_ghcr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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