Skip to content

Commit

Permalink
Removed the extra spaces (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnyrahul authored Jun 10, 2024
1 parent 20810a1 commit 034da64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/production-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Build and push images
working-directory: ./docker
run: |
DOCKER_VERSION_TAG = ${{ github.event.release.tag_name || github.event.inputs.tag}}
DOCKER_VERSION_TAG=${{ github.event.release.tag_name || github.event.inputs.tag}}
VERSION=$DOCKER_VERSION_TAG docker-compose -f docker-compose.build.yaml build --no-cache ${{ matrix.service_name }}
docker push unstract/${{ matrix.service_name }}:$DOCKER_VERSION_TAG
if [ "${{ github.event_name }}" = "release" ]; then
Expand Down

0 comments on commit 034da64

Please sign in to comment.