Skip to content

Commit

Permalink
test: fixed the lms image name
Browse files Browse the repository at this point in the history
  • Loading branch information
huniafatima-arbi committed Oct 28, 2024
1 parent 54131b4 commit 7cf62b3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/push-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
strategy:
matrix:
images:
# - image_name: commerce-coordinator,
# name: commerce coordinator,
# os_platform: linux/arm64,
# - image_name: commerce-coordinator
# name: commerce coordinator
# os_platform: linux/arm64
# target: app

- image_name: course-discovery
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
SERVICE_VARIANT: cms
SERVICE_PORT: 18010
- dockerfile: edx-platform,
- dockerfile: edx-platform
image_name: lms-dev
name: lms
os_platform: linux/amd64,linux/arm64
Expand All @@ -78,8 +78,8 @@ jobs:
SERVICE_PORT: 18000
- image_name: edx-notes-api
name: edx notes api,
os_platform: linux/arm64,
name: edx notes api
os_platform: linux/arm64
target: dev

- image_name: enterprise-access
Expand Down

0 comments on commit 7cf62b3

Please sign in to comment.