Compare commits
No commits in common. "92462bd3168c77c82e5d8c3b9804f86eeb35724d" and "8478fa0b38f39606d8d6f4d4fb468d4bf1b85601" have entirely different histories.
92462bd316
...
8478fa0b38
24
.github/workflows/build.yml
vendored
24
.github/workflows/build.yml
vendored
@ -18,15 +18,15 @@ jobs:
|
|||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v1
|
uses: docker/setup-buildx-action@v1
|
||||||
|
|
||||||
# - name: Cache Docker layers
|
- name: Cache Docker layers
|
||||||
# uses: actions/cache@v3
|
uses: https://github.com/actions/cache@v3
|
||||||
# with:
|
with:
|
||||||
# path: |
|
path: |
|
||||||
# /tmp/.buildx-cache.bookworm
|
/tmp/.buildx-cache.bookworm
|
||||||
# /tmp/.buildx-cache.latest
|
/tmp/.buildx-cache.latest
|
||||||
# key: ${{ runner.os }}-buildx-${{ github.sha }}
|
key: ${{ runner.os }}-buildx-${{ gitea.sha }}
|
||||||
# restore-keys: |
|
restore-keys: |
|
||||||
# ${{ runner.os }}-buildx-
|
${{ runner.os }}-buildx-
|
||||||
|
|
||||||
- name: Login to Docker
|
- name: Login to Docker
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v1
|
||||||
@ -41,6 +41,6 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
file: ./Dockerfile.cache
|
file: ./Dockerfile.cache
|
||||||
tags: git.joshuacoles.me/${{ github.repository }}:latest,git.joshuacoles.me/${{ github.repository }}:${{ github.sha }}
|
tags: git.joshuacoles.me/personal/monzo-ingestion:latest
|
||||||
cache-from: type=gha
|
cache-from: type=registry,ref=user/app:latest
|
||||||
cache-to: type=gha,mode=max
|
cache-to: type=inline
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user