Skip to content

Commit

Permalink
Update lowercase substitution
Browse files Browse the repository at this point in the history
  • Loading branch information
reyery committed Apr 29, 2024
1 parent 849e178 commit ada8de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Extract Repository Name
run: echo "REPO_NAME=${GITHUB_REPOSITORY,,}" >>${GITHUB_ENV}
run: echo "REPO_NAME=${GITHUB_REPOSITORY@L}" >>${GITHUB_ENV}

- name: Build and push
uses: docker/build-push-action@v5
Expand Down

0 comments on commit ada8de1

Please sign in to comment.