Skip to content

Commit

Permalink
Try making docker org lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
bschilder committed Dec 10, 2023
1 parent 0958123 commit efaf8fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ runs:
username: ${{ github.repository_owner }}
password: ${{ inputs.GITHUB_TOKEN }}
registry: ${{ inputs.docker_registry }}
repository: ${{ github.repository_owner }}/${{ env.packageName }}
repository: ${{ github.repository_owner,, }}/${{ env.packageName }}
tag_with_ref: true
tag_with_sha: false
tags: |
Expand All @@ -541,7 +541,7 @@ runs:
with:
username: ${{ inputs.docker_user }}
password: ${{ inputs.DOCKER_TOKEN }}
repository: ${{ inputs.docker_org }}/${{ env.packageName }}
repository: ${{ inputs.docker_org,, }}/${{ env.packageName }}
tag_with_ref: true
tag_with_sha: false
tags: |
Expand Down

0 comments on commit efaf8fc

Please sign in to comment.