ci: re-enable docker cache
All checks were successful
Code Quality / Code Quality (Elixir 1.15.7 OTP 26.2) (push) Successful in 3m41s
Docker Build and Publish / docker-build (push) Successful in 4m38s

This commit is contained in:
Schuwi
2025-09-21 10:35:00 +02:00
parent a714d5a28f
commit 4c7751f1ea

View File

@@ -46,8 +46,10 @@ jobs:
push: true push: true
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
#cache-from: type=gha # GitHub Actions cache needs proper runner configuration
#cache-to: type=gha,mode=max # https://docs.gitea.com/usage/actions/act-runner#configuring-cache-when-starting-a-runner-using-docker-image
cache-from: type=gha
cache-to: type=gha,mode=max
build-args: | build-args: |
ELIXIR_VERSION=1.15 ELIXIR_VERSION=1.15
OTP_VERSION=26 OTP_VERSION=26