Skip to content

Commit

Permalink
build quietly
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalnandagopal committed Jan 12, 2024
1 parent 70fc40e commit 8de8e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
echo "Built and deployed container"
else
echo "Docker compose file not found"
docker build -t cyscomvit/${{ github.event.repository.name }}:latest .
docker build -t cyscomvit/${{ github.event.repository.name }}:latest --quiet .
docker run --detach --name ${{ github.event.repository.name }}-deploy cyscomvit/${{ github.event.repository.name }}:latest
fi
docker container prune --force && docker image prune --all --force

0 comments on commit 8de8e6a

Please sign in to comment.