Skip to content

Commit

Permalink
fix: lower?
Browse files Browse the repository at this point in the history
  • Loading branch information
MDavidson17 committed Jul 20, 2023
1 parent e0bf2b8 commit de7e02f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ jobs:
with:
result-encoding: string
script: const tags = [];
tags.push('ghcr.io/${{ github.repository }}:latest');
tags.push('ghcr.io/${{ github.repository }}:${{ steps.version.outputs.version }}');
tags.push('ghcr.io/${{ lower(github.repository) }}:latest');
tags.push('ghcr.io/${{ lower(github.repository) }}:${{ steps.version.outputs.version }}');

if ("${{ steps.login-ecr.outputs.registry }}") {
tags.push('${{ steps.login-ecr.outputs.registry }}/eks:${{ github.event.repository.name }}-latest');
Expand Down

0 comments on commit de7e02f

Please sign in to comment.