Skip to content

Commit

Permalink
fix: corrected development tag names
Browse files Browse the repository at this point in the history
  • Loading branch information
huniafatima-arbi committed Oct 15, 2024
1 parent de059fa commit 9bb63a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push-edx-platform-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
strategy:
matrix:
variant:
- { tag: 'lms_dev', port: '8000', target: 'development' }
- { tag: 'cms_dev', port: '8000', target: 'development' }
- { tag: 'lms-dev', port: '8000', target: 'development' }
- { tag: 'cms-dev', port: '8000', target: 'development' }
- { tag: 'cms', port: '8010', target: 'production'}
- { tag: 'lms', port: '8010', target: 'production' }

Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
build-args: |
SERVICE_VARIANT: ${{ matrix.variant.tag }}
SERVICE_PORT: ${{ matrix.variant.port }}
tags: edxops/${{matrix.variant.tag}}-dev:${{ steps.get-tag-name.outputs.result }}
tags: edxops/${{matrix.variant.tag}}:${{ steps.get-tag-name.outputs.result }}

- name: Send failure notification
if: failure()
Expand Down

0 comments on commit 9bb63a2

Please sign in to comment.