We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e09028c commit 57ec70dCopy full SHA for 57ec70d
.github/workflows/docker.yml
@@ -59,7 +59,7 @@ jobs:
59
BUILDNUMBER: ${{ github.run_number }}
60
GITSHA1: ${{ github.sha }}
61
with:
62
- name: ${{ github.repository_owner }}/clowder/${{ github.event.repository.name }}
+ name: ${{ github.repository_owner }}/${{ github.event.repository.name }}/${{ github.event.repository.name }}
63
username: ${{ github.actor }}
64
password: ${{ secrets.GITHUB_TOKEN }}
65
tags: "${{ env.TAGS }}"
0 commit comments