Update image name to be distinct from payload version
Build and Push Next App / quality (push) Successful in 1m27s
Build and Push Next App / build-next (push) Successful in 3m13s

This commit is contained in:
Gabriel Brown
2026-06-21 15:54:29 -05:00
parent 7ae7b61da0
commit 9facbcd4da
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -17,8 +17,8 @@ services:
NEXT_PUBLIC_SENTRY_URL: ${NEXT_PUBLIC_SENTRY_URL}
NEXT_PUBLIC_SENTRY_ORG: ${NEXT_PUBLIC_SENTRY_ORG}
NEXT_PUBLIC_SENTRY_PROJECT_NAME: ${NEXT_PUBLIC_SENTRY_PROJECT_NAME}
image: convexmonorepo-next:latest
#image: git.gbrown.org/gib/${NEXT_CONTAINER_NAME}:latest
image: convexmonorepo-no-payload-next:latest
#image: git.gbrown.org/gib/convexmonorepo-no-payload-next:latest
container_name: ${NEXT_CONTAINER_NAME}
environment:
- NODE_ENV=${NODE_ENV}