diff --git a/.github/workflows/biip-deploy.yml b/.github/workflows/biip-deploy.yml index 12a425f..1a431d2 100644 --- a/.github/workflows/biip-deploy.yml +++ b/.github/workflows/biip-deploy.yml @@ -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