Skip to content

Commit

Permalink
chore: remove TODO for docker CI build cache.
Browse files Browse the repository at this point in the history
Looks like docker build caching is working now 🤷‍♂️.
  • Loading branch information
zicklag committed Jul 9, 2024
1 parent a5ee110 commit 1df0b1c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-backend.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Build & Push Backend Container

name: Build & Push Backend Container
on:
push:
branches:
Expand Down Expand Up @@ -60,7 +60,6 @@ jobs:
git
key: cache-${{ hashFiles('backend/Dockerfile') }}

# TODO: CI: Cache Injection Doesn't Work on Docker Backend Build For Some Reason.
- name: Inject Container Build Cache
uses: reproducible-containers/buildkit-cache-dance@v3.1.0
with:
Expand All @@ -80,4 +79,4 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
cache-to: type=gha,mode=max

0 comments on commit 1df0b1c

Please sign in to comment.