Skip to content

Commit

Permalink
Lower case
Browse files Browse the repository at this point in the history
  • Loading branch information
vycius committed Jul 24, 2023
1 parent a6cf147 commit 2cf8b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/biip-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
version: ${{ startsWith(github.ref, 'refs/tags/') && github.ref || github.sha }}

- run: ${{ steps.version.outputs.version }}
- run: ${{ inputs.environment,, }}
- run: ${ ${{ inputs.environment }},, }

- name: Build, tag and push Docker image
id: docker
Expand Down

0 comments on commit 2cf8b8f

Please sign in to comment.