From 6437f0143481424e2b82a6fc87b91626115c776f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 8 Feb 2026 07:53:10 +0000 Subject: [PATCH] ci: update Docker image names from document-processor to docuelevate - Change Docker Hub image name to christianlouis/docuelevate - Update GHCR references to use docuelevate - Ensure consistency across all Docker build tags Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com> --- .github/workflows/docker-build.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/docker-build.yaml b/.github/workflows/docker-build.yaml index f2349fc9..cd5dd6c9 100644 --- a/.github/workflows/docker-build.yaml +++ b/.github/workflows/docker-build.yaml @@ -17,7 +17,7 @@ on: - main env: - IMAGE_NAME: christianlouis/document-processor + IMAGE_NAME: christianlouis/docuelevate jobs: docker: @@ -58,7 +58,7 @@ jobs: with: images: | ${{ env.IMAGE_NAME }} - ghcr.io/${{ github.repository_owner }}/document-processor + ghcr.io/${{ github.repository_owner }}/docuelevate - name: Build and Push Docker Image with Provenance and SBOM uses: docker/build-push-action@v6 @@ -72,9 +72,9 @@ jobs: tags: | ${{ env.IMAGE_NAME }}:latest ${{ env.IMAGE_NAME }}:${{ github.sha }} - ghcr.io/${{ github.repository_owner }}/document-processor:latest - ghcr.io/${{ github.repository_owner }}/document-processor:${{ github.sha }} + ghcr.io/${{ github.repository_owner }}/docuelevate:latest + ghcr.io/${{ github.repository_owner }}/docuelevate:${{ github.sha }} ${{ startsWith(github.ref, 'refs/tags/') && format('{0}:{1}', env.IMAGE_NAME, env.VERSION) || '' }} - ${{ startsWith(github.ref, 'refs/tags/') && format('ghcr.io/{0}/document-processor:{1}', github.repository_owner, env.VERSION) || '' }} + ${{ startsWith(github.ref, 'refs/tags/') && format('ghcr.io/{0}/docuelevate:{1}', github.repository_owner, env.VERSION) || '' }} cache-from: type=gha cache-to: type=gha,mode=max