Skip to content

Commit

Permalink
MO-850 update docker compose version
Browse files Browse the repository at this point in the history
  • Loading branch information
bediverus authored Nov 10, 2023
1 parent 1e77a2a commit f632674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI-CD-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ jobs:
cd /opt/docker/btp-landing
docker login ${{ env.REGISTRY }} -u ${{ github.actor }} -p ${{ secrets.GITHUB_TOKEN }}
docker pull ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:${{ env.IMAGE_TAG }}
docker-compose up -d
docker compose up -d
docker image prune --filter="label=metaimagename=steven-signal-landing" -a -f
'

0 comments on commit f632674

Please sign in to comment.