Skip to content

Commit

Permalink
build: separate push to ci img build
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Aug 25, 2023
1 parent f66dbea commit 63011c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build_ci_imgs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

set -eo pipefail

docker build --push \
docker build \
-t ghcr.io/hotosm/fmtm/backend:ci \
--target ci \
--build-arg APP_VERSION=ci \
./src/backend

docker push ghcr.io/hotosm/fmtm/backend:ci

0 comments on commit 63011c0

Please sign in to comment.