Skip to content

Commit

Permalink
fix: corrected image tags and name
Browse files Browse the repository at this point in the history
  • Loading branch information
huniafatima-arbi committed Oct 23, 2024
1 parent a9e289e commit db4438b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/push-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
matrix:
images:
- {
image_name: 'commerce-coordinator',
name: 'commerce coordinator',
image_name: commerce-coordinator,
name: commerce coordinator,
platform: linux/arm64,
target: 'development',
owning_team_email: '[email protected]'
target: development,
owning_team_email: [email protected]
}

steps:
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
push: true
platforms: ${{ matrix.images.platform }}
target: ${{ matrix.images.target }}
tags: edxops/${{matrix.images.image_name}}-dev:${{ steps.get-tag-name.outputs.result }}
tags: edxops/commerce-coordinator-dev:${{ steps.get-tag-name.outputs.result }}

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

0 comments on commit db4438b

Please sign in to comment.