diff --git a/.github/workflows/build-base-images.yml b/.github/workflows/build-base-images.yml index 8ce03775e8..3abc516262 100644 --- a/.github/workflows/build-base-images.yml +++ b/.github/workflows/build-base-images.yml @@ -97,6 +97,7 @@ jobs: cache-to: type=gha,mode=max target: common tags: ${{ steps.meta.outputs.tags }} + platforms: ${{ matrix.platforms }} pull: true push: true build-args: | @@ -162,6 +163,7 @@ jobs: cache-to: type=gha,mode=max target: common tags: ${{ steps.meta.outputs.tags }} + platforms: ${{ matrix.platforms }} pull: true push: true build-args: | @@ -248,6 +250,7 @@ jobs: cache-to: type=gha,mode=max target: common tags: ${{ steps.meta.outputs.tags }} + platforms: ${{ matrix.platforms }} pull: true push: true build-args: |