From e0aefdd612052a5662268a588f96dbafdbc52e47 Mon Sep 17 00:00:00 2001 From: Thomas Rogers Date: Wed, 29 Jan 2025 23:10:51 +0100 Subject: [PATCH] Copy the project files --- .github/workflows/build-self-host-docker-images.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build-self-host-docker-images.yml b/.github/workflows/build-self-host-docker-images.yml index b6a019b24..e4afec42b 100644 --- a/.github/workflows/build-self-host-docker-images.yml +++ b/.github/workflows/build-self-host-docker-images.yml @@ -63,6 +63,10 @@ jobs: push: true tags: ghcr.io/omnivore-app/sh-migrate:latest,ghcr.io/omnivore-app/sh-migrate:${{ github.sha }} file: packages/db/Dockerfile + - name: Copy files for image proxy. + run: | + cp imageproxy/start_imageproxy.sh . + chmod +x start_imageproxy.sh - name: Build and push image-proxy uses: docker/build-push-action@v6 with: