Skip to content

Commit

Permalink
Update deploy_to_ghcr.yml
Browse files Browse the repository at this point in the history
Update docker build
  • Loading branch information
martedesco authored May 31, 2024
1 parent 32be12f commit 18a0c42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_to_ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
docker build -t ghcr.io/${{ github.repository }}/copilot-metrics-viewer:latest .
docker push ghcr.io/${{ github.repository }}/copilot-metrics-viewer:latest

0 comments on commit 18a0c42

Please sign in to comment.