ci: enable docker cache

This commit is contained in:
Fijxu 2025-04-13 02:27:21 -04:00
parent b4e146fb60
commit fac53ce721
No known key found for this signature in database
GPG Key ID: 32C1DDF333EDA6A4
2 changed files with 3 additions and 0 deletions

View File

@ -52,5 +52,7 @@ jobs:
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
platforms: linux/amd64 platforms: linux/amd64
push: true push: true
cache-from: type=gha
cache-to: type=gha,mode=max
build-args: | build-args: |
"release=1" "release=1"

View File

@ -7,6 +7,7 @@ ARG release
WORKDIR /invidious WORKDIR /invidious
COPY ./shard.yml ./shard.yml COPY ./shard.yml ./shard.yml
COPY ./shard.lock ./shard.lock COPY ./shard.lock ./shard.lock
RUN shards install --production RUN shards install --production
COPY ./src/ ./src/ COPY ./src/ ./src/