Skip to content

Commit

Permalink
dont use prod to create image and push in cicd i need dev to create t…
Browse files Browse the repository at this point in the history
…he new image
  • Loading branch information
leoBitto committed Apr 11, 2024
1 parent 2ff86d0 commit 421d9fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: cat ./config/.env

- name: Build Docker image using Docker Compose
run: docker-compose -f docker-compose.prod.yml build
run: docker-compose -f docker-compose.dev.yml build

- name: verify that all the container have been built
run: docker images
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose docker-compose-plugin -y
sudo apt upgrade -y
- name: set lower case owner name
run: |
echo "OWNER_LC=${OWNER,,}" >>${GITHUB_ENV}
Expand Down

0 comments on commit 421d9fd

Please sign in to comment.