Compare commits

..

No commits in common. "92462bd3168c77c82e5d8c3b9804f86eeb35724d" and "8478fa0b38f39606d8d6f4d4fb468d4bf1b85601" have entirely different histories.

View File

@ -18,15 +18,15 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
# - name: Cache Docker layers
# uses: actions/cache@v3
# with:
# path: |
# /tmp/.buildx-cache.bookworm
# /tmp/.buildx-cache.latest
# key: ${{ runner.os }}-buildx-${{ github.sha }}
# restore-keys: |
# ${{ runner.os }}-buildx-
- name: Cache Docker layers
uses: https://github.com/actions/cache@v3
with:
path: |
/tmp/.buildx-cache.bookworm
/tmp/.buildx-cache.latest
key: ${{ runner.os }}-buildx-${{ gitea.sha }}
restore-keys: |
${{ runner.os }}-buildx-
- name: Login to Docker
uses: docker/login-action@v1
@ -41,6 +41,6 @@ jobs:
context: .
push: true
file: ./Dockerfile.cache
tags: git.joshuacoles.me/${{ github.repository }}:latest,git.joshuacoles.me/${{ github.repository }}:${{ github.sha }}
cache-from: type=gha
cache-to: type=gha,mode=max
tags: git.joshuacoles.me/personal/monzo-ingestion:latest
cache-from: type=registry,ref=user/app:latest
cache-to: type=inline