Skip to content

Commit

Permalink
chore: change owner name to lowercase
Browse files Browse the repository at this point in the history
Signed-off-by: Dup4 <[email protected]>
  • Loading branch information
Dup4 committed Mar 18, 2023
1 parent e2d4efb commit d1aa674
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- id: github_repo_owner_string
uses: ASzc/change-string-case-action@v5
with:
string: ${{ github.repository_owner }}

- name: Build and push
uses: docker/build-push-action@v4
with:
Expand All @@ -90,4 +95,4 @@ jobs:
push: true
tags: |
docker.io/${{ secrets.DOCKERHUB_USERNAME }}/domprinter:${{ env.DOCKER_TAG }}
ghcr.io/${{ github.repository_owner }}/domprinter:${{ env.DOCKER_TAG }}
ghcr.io/${{ steps.github_repo_owner_string.outputs.lowercase }}/domprinter:${{ env.DOCKER_TAG }}

0 comments on commit d1aa674

Please sign in to comment.