mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Copy the project files
This commit is contained in:
parent
1ec3b9e315
commit
e0aefdd612
1 changed files with 4 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue