Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
build: push docker image to edxops/insights repo now
Browse files Browse the repository at this point in the history
  • Loading branch information
aht007 committed Dec 2, 2022
1 parent bb0e197 commit b9b91e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/docker-compose-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ services:
ELASTICSEARCH_LEARNERS_UPDATE_INDEX: 'index_update'
command: /edx/app/analytics_api/venvs/analytics_api/bin/python /edx/app/analytics_api/analytics_api/manage.py runserver 0.0.0.0:80 --settings analyticsdataserver.settings.local
insights:
image: edxops/insights:latest
#Temporary, just testing that CI works fine with Ansible free Image.
image: edxops/insights-dev:latest
container_name: insights_testing
volumes:
- ..:/edx/app/insights/edx_analytics_dashboard
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
target: dev
repository: edxops/insights-dev
repository: edxops/insights
tags: ${{ steps.get-tag-name.outputs.result }},${{ github.sha }}

# - name: Build and push prod Docker image
Expand All @@ -45,5 +45,5 @@ jobs:
# username: ${{ secrets.DOCKERHUB_USERNAME }}
# password: ${{ secrets.DOCKERHUB_PASSWORD }}
# target: prod
# repository: edxops/insights
# repository: edxops/insights-prod
# tags: ${{ steps.get-tag-name.outputs.result }},${{ github.sha }}

0 comments on commit b9b91e5

Please sign in to comment.