Skip to content

Commit

Permalink
fix : docker ci cd
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryOkafor committed Jun 1, 2024
1 parent cd878f5 commit 74ab1a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Build docker-compose.yml
run: |
sed "s/DOCKER_IMAGE_NAME_STAGING/${{secrets.DOCKER_USERNAME}}\/${{env.DOCKER_IMAGE_NAME_STAGING}}/g" docker-compose-template.yml > docker-compose.yml
sed -i "s/DOCKER_CONTAINER_NAME_STAGING/${{env.DOCKER_USERNAME}}/g" docker-compose.yml
sed -i "s/DOCKER_CONTAINER_NAME_STAGING/${{secrets.DOCKER_USERNAME}}/g" docker-compose.yml
sed -i "s/DOCKER_IMAGE_NAME/${{secrets.DOCKER_USERNAME}}\/${{env.DOCKER_IMAGE_NAME}}/g" docker-compose.yml
sed -i "s/DOCKER_CONTAINER_NAME/${{env.DOCKER_CONTAINER_NAME}}/g" docker-compose.yml
Expand Down

0 comments on commit 74ab1a0

Please sign in to comment.