Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
490473af3f | ||
| fbd187441c | |||
| c087594219 | |||
|
|
b06574e78d | ||
| b0a0d81554 | |||
| 2fc8d9239b |
@@ -374,10 +374,10 @@ jobs:
|
||||
with:
|
||||
context: ${{ steps.check_upstream.outputs.repo_url != '' && './upstream_src' || '.' }}
|
||||
platforms: linux/amd64,linux/arm64
|
||||
file: ${{ steps.check_upstream.outputs.repo_url != '' && './upstream_src/Dockerfile' || './Dockerfile' }}
|
||||
push: true
|
||||
build-args: |
|
||||
${{ steps.check_upstream.outputs.build_args }}
|
||||
${{ steps.check_upstream.outputs.repo_url != '' && 'SIMPLE_MODE=true' || '' }}
|
||||
tags: |
|
||||
git.icc.gg/${{ gitea.repository }}:latest
|
||||
git.icc.gg/${{ gitea.repository }}:${{ steps.version.outputs.VERSION }}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
[repo]
|
||||
url=https://github.com/bentoml/bentoctl.git
|
||||
url=https://github.com/alam00000/bentopdf.git
|
||||
branch=main
|
||||
|
||||
[args]
|
||||
|
||||
9
docker/docker-compose.yml
Normal file
9
docker/docker-compose.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
name: pdf
|
||||
|
||||
services:
|
||||
bentopdf:
|
||||
image: git.icc.gg/ivancarlos/simplebentopdf:latest
|
||||
container_name: pdf
|
||||
ports:
|
||||
- '3211:8080'
|
||||
restart: unless-stopped
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.3",
|
||||
"author": "Ivan Carlos",
|
||||
"upstream_sha": "c1c6773"
|
||||
"upstream_sha": "f2e7a1a"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user