Skip to content

Commit

Permalink
Ignore baseimage when deploying
Browse files Browse the repository at this point in the history
  • Loading branch information
n1koo committed Jun 21, 2024
1 parent 68dc11e commit 5b079df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infrastructure/deployment/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,8 @@ get_docker_tags_from_compose_files() {
IMAGE_TAG_LIST=$(cat $SPACE_SEPARATED_COMPOSE_FILE_LIST \
`# Select rows with the image tag` \
| grep image: \
`# Ignore the baseimage file as its not used directly` \
| grep -v ocrvs-base \
`# Only keep the image version` \
| sed "s/image://")

Expand Down

0 comments on commit 5b079df

Please sign in to comment.