fix(build): docker context

This commit is contained in:
2025-06-29 13:36:22 +03:00
parent 9335d69d88
commit ebdf1db4ad

View File

@ -46,7 +46,7 @@ docker login "${GITEA_REGISTRY}"
# 2. Build the Docker image with the full name and tag.
# We pass the root of the repo as the build context.
echo "--> Building image: ${FULL_IMAGE_NAME}..."
docker build -t "${FULL_IMAGE_NAME}" .
docker build -t "${FULL_IMAGE_NAME}" -f ./docker/Dockerfile .
# 3. Push the built image to the Gitea registry.
echo "--> Pushing image to registry..."