Skip to content

Commit

Permalink
lowercase repo
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaGuerra committed Jan 18, 2024
1 parent 561857b commit 297e4d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/upload-oci-artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ jobs:
cosign-release: 'v2.1.0'
- run: cosign version

- name: Get lowercase repository owner
run: |
echo "REPOSITORY_OWNER=${GITHUB_REPOSITORY_OWNER,,}" >>${GITHUB_ENV}
- name: Log into ghcr.io
uses: docker/login-action@master
with:
Expand Down

0 comments on commit 297e4d0

Please sign in to comment.