Skip to content

Commit

Permalink
Fix repo path
Browse files Browse the repository at this point in the history
  • Loading branch information
HeroCC committed Oct 23, 2024
1 parent 309876f commit 16e1746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
# Quay & DockerHub don't support dashes in the repository name
UNSANITIZED_ORG="${{ github.organization }}"
REPO="${UNSANITIZED_REPO//\-/}/${{ github.repository_name }}" # Remove dashes from the repository name
REPO="${UNSANITIZED_ORG//\-/}/${{ github.repository_name }}" # Remove dashes from the repository name
echo "REPOSITORY=${{ matrix.registry }}/${REPO}" | tee -a $GITHUB_OUTPUT
- name: Prepare Credentials
Expand Down

0 comments on commit 16e1746

Please sign in to comment.