Skip to content

Commit dfac6ea

Browse files
authored
Merge pull request #42 from danielfree/feature/update-image-path
update the image path
2 parents d9682eb + cc4a7c9 commit dfac6ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy_to_ghcr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727

2828
- name: Build and Push Docker Image
2929
run: |
30-
docker build -t ghcr.io/${{ github.repository }}/copilot-metrics-viewer:latest .
31-
docker push ghcr.io/${{ github.repository }}/copilot-metrics-viewer:latest
30+
docker build -t ghcr.io/${{ github.repository }}:latest .
31+
docker push ghcr.io/${{ github.repository }}:latest

0 commit comments

Comments
 (0)