Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
atarashansky committed May 29, 2024
1 parent 6d57a0c commit e1d9e6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rdev-update-for-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
- name: Get previous image digests for each repo
id: get_digests
run: |
ECR_REPOS=(corpora-frontend corpora-backend corpora-upload-failures corpora-upload-success \
ECR_REPOS=(corpora-frontend corpora-backend corpora-backend-de corpora-backend-wmg \
corpora-upload-failures corpora-upload-success \
dataset-submissions corpora-upload wmg-processing cellguide-pipeline)
IMAGE_DIGESTS=()
for ecr_repo in "${ECR_REPOS[@]}"; do
Expand Down

0 comments on commit e1d9e6b

Please sign in to comment.