Skip to content

Commit 48237aa

Browse files
committed
github action: fix docker name stutter
1 parent 9d0e313 commit 48237aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
packages: write
1515

1616
env:
17-
GHP_TAG: "ghcr.io/${{ github.repository }}/${{ github.event.repository.name }}:${{ github.ref_name }}"
18-
package_name: "${{ github.event.repository.name }}/${{ github.event.repository.name }}"
17+
GHP_TAG: "ghcr.io/${{ github.repository }}:${{ github.ref_name }}"
18+
package_name: "${{ github.event.repository.name }}"
1919

2020
steps:
2121
- name: Checkout

0 commit comments

Comments
 (0)