Skip to content

Commit

Permalink
test: testing failure case
Browse files Browse the repository at this point in the history
  • Loading branch information
huniafatima-arbi committed Oct 23, 2024
1 parent 3bdb5b8 commit 93dcda4
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/push-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@ jobs:
strategy:
matrix:
images:
- {
image_name: commerce-coordinator,
- { image_name: commerce-coordinator,
name: commerce coordinator,
platform: linux/arm64,
target: app,
target: abc,
owning_team_email: [email protected]
}
- { image_name: course-discovery,
Expand All @@ -34,6 +33,12 @@ jobs:
target: dev,
owning_team_email: [email protected]
}
- { image_name: credentials,
name: credentials,
platform: linux/arm64,
target: dev,
owning_team_email: [email protected]
}

steps:
- name: Get tag name
Expand Down

0 comments on commit 93dcda4

Please sign in to comment.