diff --git a/.github/actions/docker/action.yml b/.github/actions/docker/action.yml index b4cbbf4a..6132cd29 100644 --- a/.github/actions/docker/action.yml +++ b/.github/actions/docker/action.yml @@ -48,6 +48,7 @@ runs: cache-from: type=registry,ref=${{ steps.context.outputs.cache_image }} cache-to: type=registry,ref=${{ steps.context.outputs.cache_image }},mode=max context: ${{ steps.context.outputs.path }} + platforms: linux/amd64,linux/arm64 file: ${{ inputs.dockerfile }} push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.context.outputs.tags }}