Skip to content

Commit

Permalink
fixing clair postgres references in build and publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
bcaton85 committed Nov 1, 2024
1 parent 9af8f3f commit ad950ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/prepare-upstream.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ digest() {

POSTGRES_DIGEST=$(digest POSTGRES)
POSTGRES_PREVIOUS_DIGEST=$(digest POSTGRES_PREVIOUS)
POSTGRES_CLAIR_DIGEST=$(digest POSTGRES_CLAIR)
POSTGRES_CLAIR_PREVIOUS_DIGEST=$(digest POSTGRES_CLAIR_PREVIOUS)
POSTGRES_CLAIR_DIGEST=$(digest CLAIRPOSTGRES)
POSTGRES_CLAIR_PREVIOUS_DIGEST=$(digest CLAIRPOSTGRES_PREVIOUS)
REDIS_DIGEST=$(digest REDIS)

# export variables for yq
Expand Down

0 comments on commit ad950ba

Please sign in to comment.