Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marcolarosa committed Sep 13, 2023
1 parent 74a69b3 commit 724db38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build-production-containers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

VERSION=$(grep version api/package.json | awk -F ': ' '{ print $2 }' | sed 's/"//g' | sed 's/,//' )

whereis docker

docker build --push --rm \
-t ghcr.io/describo/describo-collections-api:latest \
-t ghcr.io/describo/describo-collections-api:${VERSION} \
Expand Down

0 comments on commit 724db38

Please sign in to comment.