We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d0e313 commit 48237aaCopy full SHA for 48237aa
.github/workflows/docker-image.yml
@@ -14,8 +14,8 @@ jobs:
14
packages: write
15
16
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 }}"
+ GHP_TAG: "ghcr.io/${{ github.repository }}:${{ github.ref_name }}"
+ package_name: "${{ github.event.repository.name }}"
19
20
steps:
21
- name: Checkout
0 commit comments