Skip to content

Commit 2f194a9

Browse files
author
Carlos-Projects
committed
fix: use dynamic ghcr.io tags via github.repository
1 parent d05a2d1 commit 2f194a9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ jobs:
5555
context: .
5656
push: true
5757
tags: |
58-
ghcr.io/carlos-projects/mcpscope:latest
59-
ghcr.io/carlos-projects/mcpscope:${{ github.ref_name }}
58+
ghcr.io/${{ github.repository }}:latest
59+
ghcr.io/${{ github.repository }}:${{ github.ref_name }}

0 commit comments

Comments
 (0)