Skip to content

Commit cc50b67

Browse files
committed
use prebuilt image
1 parent 524a68a commit cc50b67

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ jobs:
8282
tags: ${{ steps.meta.outputs.tags }}
8383
labels: ${{ steps.meta.outputs.labels }}
8484
cache-from: type=gha
85-
cache-to: type=gha,mode=max
85+
cache-to: type=gha,mode=max,timeout=10m

docker-compose.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
services:
22
massolit:
3-
build:
4-
context: .
5-
dockerfile: Dockerfile
3+
image: ghcr.io/veritymedia/massolit:latest
64
volumes:
75
- massolit_data:/app/pb_data
86
environment:

0 commit comments

Comments
 (0)