Skip to content

Commit

Permalink
Change docker command (#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaya3-zipstack authored Aug 5, 2024
1 parent 4c97569 commit f27a439
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 @@ -43,7 +43,7 @@ jobs:
working-directory: ./docker
run: |
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 }}
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
echo "This workflow was triggered by a release event."
Expand Down

0 comments on commit f27a439

Please sign in to comment.