Skip to content

Commit

Permalink
Update registry cache info
Browse files Browse the repository at this point in the history
  • Loading branch information
caffeinatedpixel committed Jul 29, 2024
1 parent 883f69b commit 0f9794f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,11 @@ jobs:
- "6.2.1"
include:
- platform: linux/amd64
arch: amd64
- platform: linux/arm64
arch: arm64
- platform: linux/arm/v7
arch: armv7
- version: "6.2.1"
zkg: "3.0.1"
release-tag: latest
Expand Down Expand Up @@ -74,8 +77,8 @@ jobs:
ZEEK_VERSION=${{ matrix.version }}
ZKG_VERSION=${{ matrix.zkg }}
push: true
cache-from: type=registry,ref=${{ env.REGISTRY_IMAGE }}:${{ matrix.version }}-${{ matrix.platform }}-buildcache
cache-to: type=registry,ref=${{ env.REGISTRY_IMAGE }}:${{ matrix.version }}-${{ matrix.platform }}-buildcache,mode=max
cache-from: type=registry,ref=${{ env.REGISTRY_IMAGE }}:buildcache-${{ matrix.version }}-${{ matrix.arch }}
cache-to: type=registry,ref=${{ env.REGISTRY_IMAGE }}:buildcache-${{ matrix.version }}-${{ matrix.arch }},mode=max


- name: Export digest
Expand Down

0 comments on commit 0f9794f

Please sign in to comment.