aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-07-28 04:09:04 -0700
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-07-28 04:09:04 -0700
commitcbae4a31aaa2325984f1e7965c88850a1157b239 (patch)
tree8810d10492d639137c5c109bd541c673bf26f511
parent13364767fb808a5d6f14d1e03870817ca0bba91a (diff)
downloadbun-cbae4a31aaa2325984f1e7965c88850a1157b239.tar.gz
bun-cbae4a31aaa2325984f1e7965c88850a1157b239.tar.zst
bun-cbae4a31aaa2325984f1e7965c88850a1157b239.zip
Bust cache
-rw-r--r--.github/workflows/bun-linux-build.yml4
-rw-r--r--.github/workflows/bun-mac-aarch64.yml4
-rw-r--r--.github/workflows/bun-mac-x64-baseline.yml4
-rw-r--r--.github/workflows/bun-mac-x64.yml4
4 files changed, 8 insertions, 8 deletions
diff --git a/.github/workflows/bun-linux-build.yml b/.github/workflows/bun-linux-build.yml
index e24f19b10..f9111465d 100644
--- a/.github/workflows/bun-linux-build.yml
+++ b/.github/workflows/bun-linux-build.yml
@@ -71,8 +71,8 @@ jobs:
context: .
push: false
tags: ghcr.io/oven-sh/bun:canary,ghcr.io/oven-sh/bun:${{github.sha}}
- cache-from: type=registry,ref=ghcr.io/oven-sh/bun:buildcache-${{matrix.cpu}}-${{matrix.build_arch}}
- cache-to: type=registry,ref=ghcr.io/oven-sh/bun:buildcache-${{matrix.cpu}}-${{matrix.build_arch}},mode=max
+ cache-from: type=registry,ref=ghcr.io/oven-sh/bun:buildcache-bust-1--${{matrix.cpu}}-${{matrix.build_arch}}
+ cache-to: type=registry,ref=ghcr.io/oven-sh/bun:buildcache-bust-1--${{matrix.cpu}}-${{matrix.build_arch}},mode=max
build-args: |
ARCH=${{matrix.arch}}
BUILDARCH=${{matrix.build_arch}}
diff --git a/.github/workflows/bun-mac-aarch64.yml b/.github/workflows/bun-mac-aarch64.yml
index 197079a0d..b8109c707 100644
--- a/.github/workflows/bun-mac-aarch64.yml
+++ b/.github/workflows/bun-mac-aarch64.yml
@@ -63,8 +63,8 @@ jobs:
context: .
push: false
tags: ghcr.io/oven-sh/bun:canary,ghcr.io/oven-sh/bun:${{github.sha}}
- cache-from: type=registry,ref=ghcr.io/oven-sh/bun:buildcache-${{matrix.cpu}}-${{matrix.arch}}-macos
- cache-to: type=registry,ref=ghcr.io/oven-sh/bun:buildcache-${{matrix.cpu}}-${{matrix.arch}}-macos,mode=max
+ cache-from: type=registry,ref=ghcr.io/oven-sh/bun:buildcache-bust-1--${{matrix.cpu}}-${{matrix.arch}}-macos
+ cache-to: type=registry,ref=ghcr.io/oven-sh/bun:buildcache-bust-1--${{matrix.cpu}}-${{matrix.arch}}-macos,mode=max
build-args: |
ARCH=${{ matrix.arch }}
BUILDARCH=amd64
diff --git a/.github/workflows/bun-mac-x64-baseline.yml b/.github/workflows/bun-mac-x64-baseline.yml
index cb9e73a4d..1376efae4 100644
--- a/.github/workflows/bun-mac-x64-baseline.yml
+++ b/.github/workflows/bun-mac-x64-baseline.yml
@@ -63,8 +63,8 @@ jobs:
context: .
push: false
tags: ghcr.io/oven-sh/bun:canary,ghcr.io/oven-sh/bun:${{github.sha}}
- cache-from: type=registry,ref=ghcr.io/oven-sh/bun:buildcache-${{matrix.cpu}}-${{matrix.arch}}-macos
- cache-to: type=registry,ref=ghcr.io/oven-sh/bun:buildcache-${{matrix.cpu}}-${{matrix.arch}}-macos,mode=max
+ cache-from: type=registry,ref=ghcr.io/oven-sh/bun:buildcache-bust-1--${{matrix.cpu}}-${{matrix.arch}}-macos
+ cache-to: type=registry,ref=ghcr.io/oven-sh/bun:buildcache-bust-1--${{matrix.cpu}}-${{matrix.arch}}-macos,mode=max
build-args: |
ARCH=${{ matrix.arch }}
BUILDARCH=amd64
diff --git a/.github/workflows/bun-mac-x64.yml b/.github/workflows/bun-mac-x64.yml
index 253dcbf3d..b7fcecc03 100644
--- a/.github/workflows/bun-mac-x64.yml
+++ b/.github/workflows/bun-mac-x64.yml
@@ -63,8 +63,8 @@ jobs:
context: .
push: false
tags: ghcr.io/oven-sh/bun:canary,ghcr.io/oven-sh/bun:${{github.sha}}
- cache-from: type=registry,ref=ghcr.io/oven-sh/bun:buildcache-${{matrix.cpu}}-${{matrix.arch}}-macos
- cache-to: type=registry,ref=ghcr.io/oven-sh/bun:buildcache-${{matrix.cpu}}-${{matrix.arch}}-macos,mode=max
+ cache-from: type=registry,ref=ghcr.io/oven-sh/bun:buildcache-bust-1--${{matrix.cpu}}-${{matrix.arch}}-macos
+ cache-to: type=registry,ref=ghcr.io/oven-sh/bun:buildcache-bust-1--${{matrix.cpu}}-${{matrix.arch}}-macos,mode=max
build-args: |
ARCH=${{ matrix.arch }}
BUILDARCH=amd64