Skip to content

Commit

Permalink
Update build-local-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
exil0867 authored Oct 8, 2023
1 parent e61a39b commit 9c0254e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-local-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build
run: docker build . --file Dockerfile --tag ${{ env.PROJECT_NAME }}
run: docker build . --file Dockerfile --tag $(echo "${{ env.PROJECT_NAME }}" | tr '[:upper:]' '[:lower:]')

0 comments on commit 9c0254e

Please sign in to comment.