Skip to content

Commit

Permalink
fix(ci): lower case org name
Browse files Browse the repository at this point in the history
  • Loading branch information
imsk17 committed Aug 5, 2024
1 parent 423214b commit 8476aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
with:
context: .
push: true
tags: ghcr.io/${{ ${OWNER_LC} }}:latest
tags: ghcr.io/${OWNER_LC}:latest

0 comments on commit 8476aeb

Please sign in to comment.