Skip to content

Commit

Permalink
ci: really try to hit the cache for the foundation
Browse files Browse the repository at this point in the history
  • Loading branch information
adamblake committed Dec 18, 2024
1 parent 786be39 commit dd6fa70
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,27 @@ jobs:
description: System dependencies for CourseKata notebook images.
build-args: |
PIXI_ENV=default
cache-from: |
type=registry,ref=ghcr.io/${{ github.repository_owner }}/foundation
type=registry,ref=ghcr.io/${{ github.repository_owner }}/foundation:amd64
type=registry,ref=ghcr.io/${{ github.repository_owner }}/foundation:arm64
type=registry,ref=ghcr.io/${{ github.repository_owner }}/foundation:aarch64
type=registry,ref=ghcr.io/${{ github.repository_owner }}/base-r-notebook
type=registry,ref=ghcr.io/${{ github.repository_owner }}/base-r-notebook:amd64
type=registry,ref=ghcr.io/${{ github.repository_owner }}/base-r-notebook:arm64
type=registry,ref=ghcr.io/${{ github.repository_owner }}/base-r-notebook:aarch64
type=registry,ref=ghcr.io/${{ github.repository_owner }}/essentials-notebook
type=registry,ref=ghcr.io/${{ github.repository_owner }}/essentials-notebook:amd64
type=registry,ref=ghcr.io/${{ github.repository_owner }}/essentials-notebook:arm64
type=registry,ref=ghcr.io/${{ github.repository_owner }}/essentials-notebook:aarch64
type=registry,ref=ghcr.io/${{ github.repository_owner }}/r-notebook
type=registry,ref=ghcr.io/${{ github.repository_owner }}/r-notebook:amd64
type=registry,ref=ghcr.io/${{ github.repository_owner }}/r-notebook:arm64
type=registry,ref=ghcr.io/${{ github.repository_owner }}/r-notebook:aarch64
type=registry,ref=ghcr.io/${{ github.repository_owner }}/datascience-notebook
type=registry,ref=ghcr.io/${{ github.repository_owner }}/datascience-notebook:amd64
type=registry,ref=ghcr.io/${{ github.repository_owner }}/datascience-notebook:arm64
type=registry,ref=ghcr.io/${{ github.repository_owner }}/datascience-notebook:aarch64
images:
needs: [foundation]
Expand Down

0 comments on commit dd6fa70

Please sign in to comment.