Skip to content

Commit

Permalink
chore: added workflow for image push
Browse files Browse the repository at this point in the history
  • Loading branch information
huniafatima-arbi committed Oct 14, 2024
1 parent f73b7d1 commit f1803aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push-edx-platform-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
strategy:
matrix:
variant:
- { tag: 'lms_dev', port: '8081' }
- { tag: 'cms_dev', port: '8082' }
- { tag: 'cms', port: '8083' }
- { tag: 'lms', port: '8084' }
- { tag: 'lms_dev', port: '8000' }
- { tag: 'cms_dev', port: '8000' }
- { tag: 'cms', port: '8010' }
- { tag: 'lms', port: '8010' }

steps:
- name: Get tag name
Expand Down

0 comments on commit f1803aa

Please sign in to comment.