Try caching

This commit is contained in:
2025-08-20 19:06:52 +05:30
parent 9cfebcc1ad
commit 209fff85ed

View File

@@ -17,12 +17,12 @@ jobs:
- name: 'cloudflare' - name: 'cloudflare'
dockerfile: 'caddy-cloudflare/Dockerfile' dockerfile: 'caddy-cloudflare/Dockerfile'
context: 'caddy-cloudflare' context: 'caddy-cloudflare'
- name: 'cloudflare-ddns' # - name: 'cloudflare-ddns'
dockerfile: 'caddy-cloudflare-ddns/Dockerfile' # dockerfile: 'caddy-cloudflare-ddns/Dockerfile'
context: 'caddy-cloudflare-ddns' # context: 'caddy-cloudflare-ddns'
- name: 'cloudflare-ddns-crowdsec' # - name: 'cloudflare-ddns-crowdsec'
dockerfile: 'caddy-cloudflare-ddns-crowdsec/Dockerfile' # dockerfile: 'caddy-cloudflare-ddns-crowdsec/Dockerfile'
context: 'caddy-cloudflare-ddns-crowdsec' # context: 'caddy-cloudflare-ddns-crowdsec'
fail-fast: false fail-fast: false
steps: steps:
@@ -65,5 +65,5 @@ jobs:
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
# cache-from: type=gha cache-from: type=gha
# cache-to: type=ghac,mode=max cache-to: type=ghac,mode=max