fix(build): docker context
This commit is contained in:
@ -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..."
|
||||
|
Reference in New Issue
Block a user