diff options
author | 2022-07-28 04:09:04 -0700 | |
---|---|---|
committer | 2022-07-28 04:09:04 -0700 | |
commit | cbae4a31aaa2325984f1e7965c88850a1157b239 (patch) | |
tree | 8810d10492d639137c5c109bd541c673bf26f511 | |
parent | 13364767fb808a5d6f14d1e03870817ca0bba91a (diff) | |
download | bun-cbae4a31aaa2325984f1e7965c88850a1157b239.tar.gz bun-cbae4a31aaa2325984f1e7965c88850a1157b239.tar.zst bun-cbae4a31aaa2325984f1e7965c88850a1157b239.zip |
Bust cache
-rw-r--r-- | .github/workflows/bun-linux-build.yml | 4 | ||||
-rw-r--r-- | .github/workflows/bun-mac-aarch64.yml | 4 | ||||
-rw-r--r-- | .github/workflows/bun-mac-x64-baseline.yml | 4 | ||||
-rw-r--r-- | .github/workflows/bun-mac-x64.yml | 4 |
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 |