Skip to content

Commit

Permalink
updated CI for image pull instead of build
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmdksh committed Aug 14, 2024
1 parent 4fef79d commit febeaa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/staging-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,6 @@ jobs:
cd QAcc-BE
git checkout staging
git pull
docker compose -f docker-compose-staging.yml build --no-cache
docker compose -f docker-compose-staging.yml up -d --build
docker compose -f docker-compose-staging.yml pull
docker compose -f docker-compose-staging.yml up -d
docker image prune -a --force

0 comments on commit febeaa4

Please sign in to comment.