diff --git a/.github/workflows/push-docker-images.yml b/.github/workflows/push-docker-images.yml index 8e0c3be94..47a09bc94 100644 --- a/.github/workflows/push-docker-images.yml +++ b/.github/workflows/push-docker-images.yml @@ -34,7 +34,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 @@ -44,5 +44,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 }}