need to lowercase the container respository name
Build and Publish Docker Image / Build and Push Docker Image (push) Failing after 1m24s Details

This commit is contained in:
Isaac Johnson 2026-09-08 06:32:20 -05:00
parent e1711435a0
commit 263e66fa69
2 changed files with 2 additions and 2 deletions

View File

@ -47,4 +47,4 @@ HEALTHCHECK --interval=20s --timeout=5s --start-period=5s --retries=3 \
# Start FastAPI server via Uvicorn
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000"]
#harbor.freshbrewed.science/library/botWebWars
#harbor.freshbrewed.science/library/botwebwars

View File

@ -3,7 +3,7 @@
replicaCount: 1
image:
repository: botWebWars
repository: botwebwars
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "latest"